Proper brush configuration
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user