diff --git a/world/voxel_world_editor.cpp b/world/voxel_world_editor.cpp index 7a95065..1643f22 100644 --- a/world/voxel_world_editor.cpp +++ b/world/voxel_world_editor.cpp @@ -471,7 +471,7 @@ VoxelWorldEditorPlugin::VoxelWorldEditorPlugin(EditorNode *p_node) { add_control_to_container(CONTAINER_SPATIAL_EDITOR_SIDE_RIGHT, voxel_world_editor); } break; } - voxel_world_editor->hide(); + make_visible(false); } VoxelWorldEditorPlugin::~VoxelWorldEditorPlugin() {