Remove blank line

This commit is contained in:
Ryan Huffman 2015-01-27 15:57:27 -08:00
parent defb796c1e
commit 1ba398c0e3

View file

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