mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-06 06:35:23 +02:00
oops
This commit is contained in:
parent
311254c395
commit
f85ef9267b
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ function MyController(hand, triggerAction) {
|
|||
return;
|
||||
} else if (props.locked === 0 && props.collisionsWillMove === 1) {
|
||||
this.setState(STATE_NEAR_GRABBING);
|
||||
} else if (props.collisionsWillMove === 0 & grabbableData.wantsTrigger) {
|
||||
} else if (props.collisionsWillMove === 0 && grabbableData.wantsTrigger) {
|
||||
// We have grabbed a non-physical object, so we want to trigger a non-colliding event as opposed to a grab event
|
||||
this.setState(STATE_NEAR_GRABBING_NON_COLLIDING);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue