mirror of
https://github.com/godotengine/godot.git
synced 2025-11-02 06:31:13 +00:00
Set settings directory variable when loading settings fails
This makes export work when you are first running godot for your user.
This commit is contained in:
parent
bc3c14a76b
commit
1268e65aa5
1 changed files with 1 additions and 0 deletions
|
|
@ -264,6 +264,7 @@ void EditorSettings::create() {
|
||||||
|
|
||||||
singleton = Ref<EditorSettings>( memnew( EditorSettings ) );
|
singleton = Ref<EditorSettings>( memnew( EditorSettings ) );
|
||||||
singleton->config_file_path=config_file_path;
|
singleton->config_file_path=config_file_path;
|
||||||
|
singleton->settings_path=config_path+"/"+config_dir;
|
||||||
singleton->_load_defaults();
|
singleton->_load_defaults();
|
||||||
singleton->scan_plugins();
|
singleton->scan_plugins();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue