mirror of
https://github.com/lubosz/overte.git
synced 2025-08-28 15:46:40 +02:00
some more small changes
This commit is contained in:
parent
28694dcf8a
commit
cefa65de5e
1 changed files with 4 additions and 0 deletions
|
@ -483,6 +483,10 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
"userData", "locked", "type"
|
||||
]);
|
||||
|
||||
if (entityID !== this.entityWithContextOverlay) {
|
||||
this.destroyContextOverlay();
|
||||
}
|
||||
|
||||
if (entityIsDistanceGrabbable(targetProps)) {
|
||||
if (!this.distanceRotating) {
|
||||
this.grabbedThingID = entityID;
|
||||
|
|
Loading…
Reference in a new issue