Now can move camera in line editor mode, closes #2

This commit is contained in:
2024-09-14 19:29:31 +03:00
parent 01c69a4ae9
commit e720697b70
3 changed files with 48 additions and 0 deletions

View File

@@ -434,6 +434,8 @@ void WorldEditor::_unhandled_input(const Ref<InputEvent> &event)
}
}
}
if (current_mode == MODE_ROAD_LINES)
road_lines_editor->handle_input();
}
void WorldEditor::world_exited()