mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove clearSelections from findClickedEntity - it shouldn't handle it
This commit is contained in:
parent
30a7b60958
commit
c4ca7e1b18
1 changed files with 0 additions and 1 deletions
|
@ -476,7 +476,6 @@ function findClickedEntity(event) {
|
|||
var identify = Entities.identifyEntity(foundEntity);
|
||||
if (!identify.isKnownID) {
|
||||
print("Unknown ID " + identify.id + " (update loop " + foundEntity.id + ")");
|
||||
selectionManager.clearSelections();
|
||||
return null;
|
||||
}
|
||||
foundEntity = identify;
|
||||
|
|
Loading…
Reference in a new issue