Proper brush configuration

This commit is contained in:
2025-01-03 04:22:54 +03:00
parent b7b746d000
commit 59a99ff706
7 changed files with 312 additions and 229 deletions

View File

@@ -385,6 +385,11 @@ void StreamWorld::_notification(int which)
ERR_FAIL_COND_MSG(!current_scene, "No current scene");
RoadProcessing::road_setup(this, 0);
set_process(true);
if (Engine::get_singleton()->is_editor_hint())
break;
update_view();
assert(terrain);
assert(viewer);
}
break;
case NOTIFICATION_EXIT_TREE: