mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
adding cleanup of selection
This commit is contained in:
parent
08ea72d71f
commit
cf22f61361
1 changed files with 1 additions and 0 deletions
|
@ -481,6 +481,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
|
|||
Controller.disableMapping(MAPPING_NAME);
|
||||
_this.pointerManager.removePointers();
|
||||
Pointers.removePointer(this.mouseRayPick);
|
||||
Selection.disableListHighlight(DISPATCHER_HOVERING_LIST);
|
||||
};
|
||||
}
|
||||
function mouseReleaseOnOverlay(overlayID, event) {
|
||||
|
|
Loading…
Reference in a new issue