apply a minor formatting fix to the changelog

This commit is contained in:
Mamadou Babaei
2024-11-14 00:26:39 +01:00
parent cf79de740e
commit a00a7bf3db
+1 -1
View File
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
This patch release addresses a few issues with both glove and hand-tracking.
# Fixed
### Fixed
- Fixed a chain of critical bugs that gets triggered due to `GloveConnectivityCheckInterval` getting passed as seconds to the engine rather than milliseconds. Thus, the default or any large value for `GloveConnectivityCheckInterval` causes noticeable long delays between glove-connectivity-check intervals and consequently renders the hand-tracking state invalid in certain situations when the `bFallbackToHandTrackingIfNoGloveDetected` option is false.