forked from cgvr/DeltaVR
radio button is pressable only when radio is held
This commit is contained in:
@@ -32,7 +32,6 @@ public class TwoHandScaleGrabInteractable : XRGrabInteractable
|
||||
|
||||
protected override void OnSelectExited(SelectExitEventArgs args)
|
||||
{
|
||||
Debug.Log("current local scale: " + transform.localScale);
|
||||
base.OnSelectExited(args);
|
||||
UpdateTwoHandState();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user