fix: widen note lanes and clear warnings
This commit is contained in:
@@ -55,8 +55,6 @@ namespace VRSDK
|
||||
protected bool preventDefault = false;
|
||||
protected float velocityChangeThreshold = 10f;
|
||||
protected float angularVelocityChangeThreshold = 20f;
|
||||
private bool previousUseGravityState = false;
|
||||
private bool previousGravityState = false;
|
||||
private VR_Controller lastInteractController = null;
|
||||
private bool objectWasThrow = false;
|
||||
protected bool canUseDropZone = true;
|
||||
@@ -766,4 +764,4 @@ namespace VRSDK
|
||||
onGrabStateChange.RemoveAllListeners();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user