Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaMoo committed Mar 25, 2019
1 parent 7e833fa commit b7ec62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/GameSettingsScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ void OtherSettingsScreen::CreateViews() {
}

void OtherSettingsScreen::onFinish(DialogResult result) {
g_Config.Save();
g_Config.Save("GameSettingsScreen::onFinish");
}

void GameSettingsScreen::CallbackRestoreDefaults(bool yes) {
Expand Down

0 comments on commit b7ec62d

Please sign in to comment.