mirror of
https://github.com/Relintai/voxelman.git
synced 2025-04-13 21:00:47 +02: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);
|
add_control_to_container(CONTAINER_SPATIAL_EDITOR_SIDE_RIGHT, voxel_world_editor);
|
||||||
} break;
|
} break;
|
||||||
}
|
}
|
||||||
voxel_world_editor->hide();
|
make_visible(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
VoxelWorldEditorPlugin::~VoxelWorldEditorPlugin() {
|
VoxelWorldEditorPlugin::~VoxelWorldEditorPlugin() {
|
||||||
|
Loading…
Reference in New Issue
Block a user