mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 23:01:47 +02:00
Remove blank line
This commit is contained in:
parent
defb796c1e
commit
1ba398c0e3
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue