Merge pull request #13072 from sersoong/master-test2

[3.0] - Change editor_settings.tres to editor_settings-3.tres
This commit is contained in:
George Marques 2017-11-20 01:33:03 -02:00 committed by GitHub
commit 8e6c281a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -789,7 +789,7 @@ void EditorSettings::create() {
// 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);
if (!dir->file_exists(config_file_name)) {
goto fail;