mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:48:56 +02:00
Tidying
This commit is contained in:
parent
fb09a9724e
commit
27bed8d1f1
1 changed files with 6 additions and 5 deletions
|
@ -65,7 +65,8 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
};
|
||||
|
||||
this.deleteContextOverlay = function() {
|
||||
var farGrabModule = getEnabledModuleByName(this.hand === RIGHT_HAND ? "RightFarActionGrabEntity" : "LeftFarActionGrabEntity");
|
||||
var farGrabModule = getEnabledModuleByName(this.hand === RIGHT_HAND
|
||||
? "RightFarActionGrabEntity" : "LeftFarActionGrabEntity");
|
||||
if (farGrabModule) {
|
||||
var entityWithContextOverlay = farGrabModule.entityWithContextOverlay;
|
||||
|
||||
|
|
Loading…
Reference in a new issue