From e29c037198e119dd8adc7b1b4830ed1988468752 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Wed, 14 Feb 2024 14:40:03 +0100 Subject: [PATCH] fix the NovaGlove class instantiation methods to initialize a NovaGloveImpl instead of a SenseGloveImpl --- CHANGELOG.md | 8 ++++++++ Source/SenseGloveCore/Private/SGCore/SGNovaGlove.cpp | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f5d6940..78bab9c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +This is a bugfix release. + +### Fixed + +- Fix a few critical bugs inside the NovaGlove class where the higher levels of the API including constructors, Parse, and NewNovaGlove methods mistakenly instantiate a SenseGloveImpl class instead of a NovaGloveImpl class. + ## [1.9.5] - 2024-02-09 This is a bugfix release. diff --git a/Source/SenseGloveCore/Private/SGCore/SGNovaGlove.cpp b/Source/SenseGloveCore/Private/SGCore/SGNovaGlove.cpp index 90ffbea8..7f73dbaa 100644 --- a/Source/SenseGloveCore/Private/SGCore/SGNovaGlove.cpp +++ b/Source/SenseGloveCore/Private/SGCore/SGNovaGlove.cpp @@ -87,7 +87,7 @@ USGNovaGlove* USGNovaGlove::NewNovaGlove(UObject* Outer, TSharedRef