mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Change editor_settings.tres to editor_settings-3.tres
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user