Remove "Disable Lighting".

This commit is contained in:
NeoBrainX
2012-02-25 23:34:28 +01:00
parent 1d9ac2f6e1
commit 1dd6b978c1
7 changed files with 1 additions and 28 deletions

View File

@ -276,7 +276,6 @@ void Renderer::DrawDebugText()
std::string("4: Aspect Ratio: ") + ar_text + (g_ActiveConfig.bCrop ? " (crop)" : ""),
std::string("5: Copy EFB: ") + efbcopy_text,
std::string("6: Fog: ") + (g_ActiveConfig.bDisableFog ? "Disabled" : "Enabled"),
std::string("7: Material Lighting: ") + (g_ActiveConfig.bDisableLighting ? "Disabled" : "Enabled"),
};
enum { lines_count = sizeof(lines)/sizeof(*lines) };