Skip to content

Commit

Permalink
Merge pull request godotengine#6998 from volzhs/fix-editor-settings
Browse files Browse the repository at this point in the history
Fix resetting to default value in EditorSettings
  • Loading branch information
akien-mga authored Nov 11, 2016
2 parents 7751a93 + 70cce61 commit 02e616b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/editor/editor_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,6 @@ EditorSettings::EditorSettings() {
}

_load_defaults();
save_changed_setting=false;


}
Expand Down

0 comments on commit 02e616b

Please sign in to comment.