Remove clearSelections from findClickedEntity - it shouldn't handle it

This commit is contained in:
Ryan Huffman 2014-12-02 16:01:40 -08:00
parent 30a7b60958
commit c4ca7e1b18

View file

@ -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;