فهرست منبع

fix little mistake that made the project run each save

Maximillian 10 سال پیش
والد
کامیت
5d86f845d7
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      tools/editor/editor_node.cpp

+ 0 - 1
tools/editor/editor_node.cpp

@@ -975,7 +975,6 @@ void EditorNode::_dialog_action(String p_file) {
 			if (file->get_mode()==FileDialog::MODE_SAVE_FILE) {
 
 				_save_scene(p_file);
-				_run(false);
 			}
 
 		} break;