Skip to content

Commit

Permalink
Do differently
Browse files Browse the repository at this point in the history
  • Loading branch information
vnctdj committed Feb 11, 2015
1 parent f9974c7 commit 63bfaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/MiscScreens.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ PostProcScreen::PostProcScreen(const std::string &title) : ListPopupScreen(title
for (int i = 0; i < (int)shaders_.size(); i++) {
if (shaders_[i].section == g_Config.sPostShaderName)
selected = i;
items.push_back(ps->T(shaders_[i].name.c_str()));
items.push_back(ps->T(shaders_[i].section.c_str()));
}
adaptor_ = UI::StringVectorListAdaptor(items, selected);
}
Expand Down

0 comments on commit 63bfaca

Please sign in to comment.