mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02: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