do not call FSGHandLayer::ResetCalibration on every backend initialization

This commit is contained in:
Mamadou Babaei
2024-04-15 14:52:20 +02:00
parent 84e8f46d35
commit 8681f78c22
2 changed files with 2 additions and 4 deletions
+2
View File
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- SenseGlove libraries have been updated to v2.102.0-35d4de3f.
- Together, SenseGlove libraries v2.102.0-35d4de3f and SenseCom v1.6.1 remove the need to call ResetCalibration every time and are able to store and load calibration profiles from disk.
- SesenGloveBackend module is no longer calling FSGHandLayer::ResetCalibration on every backend initialization.
## [2.0.0] - 2024-03-22
@@ -118,10 +118,6 @@ bool USGBackend::InitializeBackend()
FSGDeviceList::Dispose();
FSGDeviceList::Reinitialize();
// Force reset the hands calibration.
FSGHandLayer::ResetCalibration(false);
FSGHandLayer::ResetCalibration(true);
bBackendInitialized = true;
return true;