Create records for doors and aabbs, debug events problem, closes #38

This commit is contained in:
2024-09-16 19:06:04 +03:00
parent ccc1555424
commit 49e7b9f970
6 changed files with 162 additions and 43 deletions

View File

@@ -172,6 +172,9 @@ void WorldEditor::tools_button(const String &button)
case MODE_ROAD_LINES:
road_lines_editor->exit();
break;
case MODE_BUILDINGS:
buildings_editor->exit();
break;
}
switch (modes[button]) {
case MODE_BUILDINGS: