mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix variable name
This commit is contained in:
parent
14a45e8349
commit
2fb64aad91
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ function mouseReleaseEvent() {
|
|||
}
|
||||
|
||||
gIsGrabbing = false
|
||||
Entities.deleteAction(grabbedEntity, gActionID);
|
||||
Entities.deleteAction(gGrabbedEntity, gActionID);
|
||||
gActionID = null;
|
||||
|
||||
Overlays.editOverlay(gBeacon, { visible: false });
|
||||
|
|
Loading…
Reference in a new issue