mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:23:33 +02:00
fixed spacing
This commit is contained in:
parent
eb7b720945
commit
0b92bc11f6
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ function MyController(hand, triggerAction) {
|
||||||
this.setState(STATE_RELEASE);
|
this.setState(STATE_RELEASE);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Entities.callEntityMethod(this.grabbedEntity, "continueNearGrabbingNonColliding");
|
Entities.callEntityMethod(this.grabbedEntity, "continueNearGrabbingNonColliding");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue