mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +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.grabbedDistance = rayPickInfo.distance;
|
||||
}
|
||||
|
||||
|
||||
if (otherFarGrabModule.grabbedThingID === this.grabbedThingID && otherFarGrabModule.distanceHolding) {
|
||||
this.prepareDistanceRotatingData(controllerData);
|
||||
this.distanceRotate(otherFarGrabModule);
|
||||
|
|
Loading…
Reference in a new issue