From 6a41d4464a360eb37206e75f9f7a1cee39755653 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 13 Aug 2024 20:08:16 +0200 Subject: [PATCH] minor fix --- Handbook/src/misc/android-standalone-deployment/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Handbook/src/misc/android-standalone-deployment/README.md b/Handbook/src/misc/android-standalone-deployment/README.md index cf94fed1..32530950 100644 --- a/Handbook/src/misc/android-standalone-deployment/README.md +++ b/Handbook/src/misc/android-standalone-deployment/README.md @@ -28,5 +28,5 @@ Here are a few important notes to consider: > > This also means that although the SenseGlove Unreal Engine Plugin is able to > produce FXRMotionControllerData for SenseGlove devices just fine, the -> hand-tracking on Android won't work. So, the fall-back to hand-tracking +> hand-tracking on Android won't work. So, the fallback to hand-tracking > mechanism on Android is broken at the moment.