Fix for OpenGL's "Overlay Information" options not working. Fixes issue 3535.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6456 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Jordan Woyak 2010-11-21 21:45:38 +00:00
parent 222c2d1297
commit 63c35bf14a

View file

@ -1263,6 +1263,7 @@ void Renderer::Swap(u32 xfbAddr, FieldType field, u32 fbWidth, u32 fbHeight,cons
GL_REPORT_ERRORD();
DrawDebugText();
DrawDebugInfo();
GL_REPORT_ERRORD();