introduce senseglove backend and backend kismet modules in order to properly initialize the backend in order to avoid a bug where sgcoonect::init gets called every frame

This commit is contained in:
Mamadou Babaei
2023-09-14 18:53:37 +02:00
parent d09fa355cc
commit 6245d77fac
21 changed files with 983 additions and 239 deletions
+5
View File
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added a SenseGlove custom game instance, SGGameInstance, for future use.
- Added the new SenseGloveBackend and SenseGloveBackendKismet modules.
### Fixed
- Proper initialization of the SenseGlove backend in order to fix a bug in certain situations where SGConnect::Init() gets called every frame.
## [1.6.1] - 2023-08-14