Little fix
This commit is contained in:
parent
171cf9c5e0
commit
fef1e6fdec
|
@ -38,7 +38,7 @@ namespace BNG {
|
|||
PlayerController = GetComponentInChildren<BNGPlayerController>();
|
||||
}
|
||||
|
||||
yield return new WaitForSeconds(1);
|
||||
yield return new WaitForSeconds(0.2f);
|
||||
|
||||
if(CalibrateOnStart) {
|
||||
StartCoroutine(setupInitialOffset());
|
||||
|
|
Loading…
Reference in New Issue