Update editEntities to auto-focus on selection

This commit is contained in:
Ryan Huffman 2015-01-27 15:56:24 -08:00
parent 346381efc9
commit defb796c1e

View file

@ -669,6 +669,11 @@ function mouseClickEvent(event) {
print("Model selected: " + foundEntity.id);
selectionDisplay.select(selectedEntityID, event);
cameraManager.focus(selectionManager.worldPosition,
selectionManager.worldDimensions,
Menu.isOptionChecked(MENU_EASE_ON_FOCUS));
}
}
}