From fef1e6fdec48d42dba393295c82a32b983935f8f Mon Sep 17 00:00:00 2001 From: "r.nikolin" Date: Mon, 30 Oct 2023 15:44:24 +0300 Subject: [PATCH] Little fix --- Assets/BNG Framework/Scripts/Extras/CalibratePlayerHeight.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/BNG Framework/Scripts/Extras/CalibratePlayerHeight.cs b/Assets/BNG Framework/Scripts/Extras/CalibratePlayerHeight.cs index caf68261..a1cefb8e 100644 --- a/Assets/BNG Framework/Scripts/Extras/CalibratePlayerHeight.cs +++ b/Assets/BNG Framework/Scripts/Extras/CalibratePlayerHeight.cs @@ -38,7 +38,7 @@ namespace BNG { PlayerController = GetComponentInChildren(); } - yield return new WaitForSeconds(1); + yield return new WaitForSeconds(0.2f); if(CalibrateOnStart) { StartCoroutine(setupInitialOffset());