1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

fix little mistake that made the project run each save

This commit is contained in:
Maximillian
2015-01-06 20:35:52 -07:00
parent cf616e5845
commit 5d86f845d7

View File

@@ -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;