removing whitespace

This commit is contained in:
druiz17 2017-10-10 09:43:02 -07:00
parent 9ff1b2c815
commit 003395b256

View file

@ -523,7 +523,7 @@ Script.include("/~/system/libraries/controllers.js");
this.grabbedThingID = entityID; this.grabbedThingID = entityID;
this.grabbedDistance = rayPickInfo.distance; this.grabbedDistance = rayPickInfo.distance;
} }
if (otherFarGrabModule.grabbedThingID === this.grabbedThingID && otherFarGrabModule.distanceHolding) { if (otherFarGrabModule.grabbedThingID === this.grabbedThingID && otherFarGrabModule.distanceHolding) {
this.prepareDistanceRotatingData(controllerData); this.prepareDistanceRotatingData(controllerData);
this.distanceRotate(otherFarGrabModule); this.distanceRotate(otherFarGrabModule);