From a6d67c592f204d49ffd1d3f580610b81af2fa967 Mon Sep 17 00:00:00 2001 From: Mouise Bashir <74969971+mouise1111@users.noreply.github.com> Date: Sat, 6 Jan 2024 02:37:44 +0100 Subject: [PATCH] Update readme.md Fixed a typo. BEFORE: 'before turn this on' AFTER: 'before turning this on' --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 639107e..bfdffd4 100644 --- a/readme.md +++ b/readme.md @@ -116,7 +116,7 @@ EcctrlProps: { capsuleRadius: 0.3, // Radius of the character capsule floatHeight: 0.3, // Height of the character when floating characterInitDir: 0, // Character initial facing direction (in rad) - followLight: false, // Enable follow light mode (name your light "followLight" before turn this on) + followLight: false, // Enable follow light mode (name your light "followLight" before turning this on) // Follow camera setups camInitDis: -5, // Initial camera distance camMaxDis: -7, // Maximum camera distance