Fix intermittent ability to select particle and light entities

This commit is contained in:
David Rowe 2018-05-03 14:43:54 +12:00
parent 7a5fce4315
commit ebd46f1861

View file

@ -712,7 +712,9 @@ SelectionDisplay = (function() {
return false;
}
/*
entityIconOverlayManager.setIconsSelectable(SelectionManager.selections, true);
*/
var hitTool = handleTools[ hitOverlayID ];
if (hitTool) {