summaryrefslogtreecommitdiffstats
path: root/editor/plugins/mesh_library_editor_plugin.cpp
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-06-11 18:52:49 +0200
committerkobewi <kobewi4e@gmail.com>2023-06-11 19:42:24 +0200
commit0a4d0506d1761d2a6a9deaed54147c8e848f6db9 (patch)
tree772103d34a7a8201c8e2811ceae862957bcea398 /editor/plugins/mesh_library_editor_plugin.cpp
parent37d1dfef9d81aade27ab0c56fc6b6f12f6a08045 (diff)
downloadredot-engine-0a4d0506d1761d2a6a9deaed54147c8e848f6db9.tar.gz
Fix problems reloading MeshLibrary
Diffstat (limited to 'editor/plugins/mesh_library_editor_plugin.cpp')
-rw-r--r--editor/plugins/mesh_library_editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/mesh_library_editor_plugin.cpp b/editor/plugins/mesh_library_editor_plugin.cpp
index 7bee4d01ee..4cc96126de 100644
--- a/editor/plugins/mesh_library_editor_plugin.cpp
+++ b/editor/plugins/mesh_library_editor_plugin.cpp
@@ -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();
}
}