浏览代码

fix_issue_#1594

Franklin Sobrinho 10 年之前
父节点
当前提交
aa929bc1f1
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      tools/editor/plugins/mesh_editor_plugin.cpp

+ 0 - 2
tools/editor/plugins/mesh_editor_plugin.cpp

@@ -32,8 +32,6 @@ void MeshInstanceEditor::_menu_option(int p_option) {
 
 
 	Ref<Mesh> mesh = node->get_mesh();
 	Ref<Mesh> mesh = node->get_mesh();
 	if (mesh.is_null()) {
 	if (mesh.is_null()) {
-		err_dialog->set_text("Mesh is empty!");
-		err_dialog->popup_centered(Size2(100,50));
 		return;
 		return;
 	}
 	}