diff --git a/UI/GameSettingsScreen.cpp b/UI/GameSettingsScreen.cpp index 5e289b6151..f93783317c 100644 --- a/UI/GameSettingsScreen.cpp +++ b/UI/GameSettingsScreen.cpp @@ -121,6 +121,8 @@ static std::string PostShaderTranslateName(const char *value) { } void GameSettingsScreen::CreateViews() { + ReloadAllPostShaderInfo(); + if (editThenRestore_) { g_Config.loadGameConfig(gameID_); }