fix the changelog errors

This commit is contained in:
Mamadou Babaei
2024-03-12 21:30:16 +01:00
parent 27fb24dbc9
commit 3c13f3b3fb
+3 -3
View File
@@ -39,11 +39,11 @@ This is the second major release of the SenseGlove Unreal Engine Plugin adding s
## [1.9.8] - 2024-03-12
This is a bugfix release with containing bugfixes backported from the next major release of the plugin as documented below.
This is a bugfix release that contains bugfixes backported from the next major release of the plugin as documented below.
### Fixed
- Fix a bug where the right hand mesh is always hidden inside the game no matter whether the right glove is connected or not.
- Fix a bug where the right-hand mesh is always hidden inside the game no matter whether the right glove is connected or not.
- Fix a crash inside the USGHandPose::FromHandAngles method.
- Some performance optimizations by utilizing MoveTemp in return statements.
- Some improvements applied to the source code.
@@ -55,7 +55,7 @@ This is a bugfix release with containing bugfixes backported from the next major
## [1.9.7] - 2024-02-18
This is a bugfix release with containing bugfixes backported from the next major release of the plugin as documented below.
This is a bugfix release that contains bugfixes backported from the next major release of the plugin as documented below.
### Fixed