mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-16 14:12:35 +02: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