fix variable name

This commit is contained in:
Seth Alves 2015-06-08 20:31:35 -07:00
parent 14a45e8349
commit 2fb64aad91

View file

@ -233,7 +233,7 @@ function mouseReleaseEvent() {
}
gIsGrabbing = false
Entities.deleteAction(grabbedEntity, gActionID);
Entities.deleteAction(gGrabbedEntity, gActionID);
gActionID = null;
Overlays.editOverlay(gBeacon, { visible: false });