mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 10:00:18 +02:00
removing whitespace
This commit is contained in:
parent
9ff1b2c815
commit
003395b256
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue