From 63c35bf14ab652144c173b12d993daf138c0afd7 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sun, 21 Nov 2010 21:45:38 +0000 Subject: [PATCH] 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 --- Source/Plugins/Plugin_VideoOGL/Src/Render.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp index ef4ad64282..7f66409c51 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp @@ -1263,6 +1263,7 @@ void Renderer::Swap(u32 xfbAddr, FieldType field, u32 fbWidth, u32 fbHeight,cons GL_REPORT_ERRORD(); DrawDebugText(); + DrawDebugInfo(); GL_REPORT_ERRORD();