mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:16:56 +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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
entityIconOverlayManager.setIconsSelectable(SelectionManager.selections, true);
|
entityIconOverlayManager.setIconsSelectable(SelectionManager.selections, true);
|
||||||
|
*/
|
||||||
|
|
||||||
var hitTool = handleTools[ hitOverlayID ];
|
var hitTool = handleTools[ hitOverlayID ];
|
||||||
if (hitTool) {
|
if (hitTool) {
|
||||||
|
|
Loading…
Reference in a new issue