|
@@ -301,6 +301,7 @@ void MeshLibraryEditorPlugin::edit(Object *p_node) {
|
|
mesh_library_editor->edit(Object::cast_to<MeshLibrary>(p_node));
|
|
mesh_library_editor->edit(Object::cast_to<MeshLibrary>(p_node));
|
|
mesh_library_editor->show();
|
|
mesh_library_editor->show();
|
|
} else {
|
|
} else {
|
|
|
|
+ mesh_library_editor->edit(Ref<MeshLibrary>());
|
|
mesh_library_editor->hide();
|
|
mesh_library_editor->hide();
|
|
}
|
|
}
|
|
}
|
|
}
|