Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Be less dumb.
  • Loading branch information
comex committed Nov 3, 2013
1 parent a05733d commit 00fe505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoBackends/OGL/Src/VertexManager.cpp
Expand Up @@ -341,7 +341,7 @@ void VertexManager::vFlush()
tr.right = Renderer::GetTargetWidth();
tr.top = 0;
tr.bottom = Renderer::GetTargetHeight();
static_cast<OGL::Renderer *>(g_renderer)->TakeScreenshot(tr, str);
Renderer::TakeScreenshot(tr, str);
}
#endif
g_Config.iSaveTargetId++;
Expand Down

0 comments on commit 00fe505

Please sign in to comment.