fixed spacing

This commit is contained in:
Eric Levin 2015-10-14 13:26:10 -07:00
parent eb7b720945
commit 0b92bc11f6

View file

@ -568,7 +568,7 @@ function MyController(hand, triggerAction) {
this.setState(STATE_RELEASE);
return;
}
Entities.callEntityMethod(this.grabbedEntity, "continueNearGrabbingNonColliding");
};