Browse Source

Merge pull request #13072 from sersoong/master-test2

[3.0] - Change editor_settings.tres to editor_settings-3.tres
George Marques 7 years ago
parent
commit
8e6c281a04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/editor_settings.cpp

+ 1 - 1
editor/editor_settings.cpp

@@ -789,7 +789,7 @@ void EditorSettings::create() {
 
 
 		// Validate editor config file
 		// Validate editor config file
 
 
-		String config_file_name = "editor_settings.tres";
+		String config_file_name = "editor_settings-3.tres";
 		config_file_path = config_dir.plus_file(config_file_name);
 		config_file_path = config_dir.plus_file(config_file_name);
 		if (!dir->file_exists(config_file_name)) {
 		if (!dir->file_exists(config_file_name)) {
 			goto fail;
 			goto fail;