mirror of
https://github.com/Relintai/voxelman.git
synced 2024-11-20 10:47:19 +01:00
Call make_visible(false) instead of just hiding voxel_world_editor. This fixes #7. Thanks.
This commit is contained in:
parent
bdf5c36711
commit
65485930a2
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user