mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Fix intermittent ability to select particle and light entities
This commit is contained in:
parent
7a5fce4315
commit
ebd46f1861
1 changed files with 2 additions and 0 deletions
|
@ -712,7 +712,9 @@ SelectionDisplay = (function() {
|
|||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
entityIconOverlayManager.setIconsSelectable(SelectionManager.selections, true);
|
||||
*/
|
||||
|
||||
var hitTool = handleTools[ hitOverlayID ];
|
||||
if (hitTool) {
|
||||
|
|
Loading…
Reference in a new issue