From 5cee6d2e00759a8cdde9f2cee3b0f855ffa723cf Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 8 Nov 2024 13:03:37 +0100 Subject: [PATCH] apply a minor formatting fix to the changelog --- Handbook/src/appendix/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index bf08c8d0..d4159535 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -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.