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());