aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFranklin Sobrinho2015-04-02 15:32:37 -0300
committerFranklin Sobrinho2015-04-02 15:32:37 -0300
commitaa929bc1f10566e05762ed8cdbd6e44f5b560085 (patch)
treed56a84f31ef92b345d17aa2f6d19fe8b9adcc306 /tools
parent42d41a3fbc79ff1014d3b65666d6f80240520c8c (diff)
downloadgodot-aa929bc1f10566e05762ed8cdbd6e44f5b560085.tar.gz
godot-aa929bc1f10566e05762ed8cdbd6e44f5b560085.tar.zst
godot-aa929bc1f10566e05762ed8cdbd6e44f5b560085.zip
fix_issue_#1594
Diffstat (limited to 'tools')
-rw-r--r--tools/editor/plugins/mesh_editor_plugin.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/editor/plugins/mesh_editor_plugin.cpp b/tools/editor/plugins/mesh_editor_plugin.cpp
index a3884f9be..753146e04 100644
--- a/tools/editor/plugins/mesh_editor_plugin.cpp
+++ b/tools/editor/plugins/mesh_editor_plugin.cpp
@@ -32,8 +32,6 @@ void MeshInstanceEditor::_menu_option(int p_option) {
Ref<Mesh> mesh = node->get_mesh();
if (mesh.is_null()) {
- err_dialog->set_text("Mesh is empty!");
- err_dialog->popup_centered(Size2(100,50));
return;
}