mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Fix problems reloading MeshLibrary
This commit is contained in:
@@ -301,6 +301,7 @@ void MeshLibraryEditorPlugin::edit(Object *p_node) {
|
||||
mesh_library_editor->edit(Object::cast_to<MeshLibrary>(p_node));
|
||||
mesh_library_editor->show();
|
||||
} else {
|
||||
mesh_library_editor->edit(Ref<MeshLibrary>());
|
||||
mesh_library_editor->hide();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user