summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2013-03-07 21:42:40 +0100
committerdegasus <wickmarkus@web.de>2013-03-07 21:42:40 +0100
commitf673e33a7de41016e89d60d41962b6074ae82dce (patch)
treeb845e95ae489693ff497dd85d5436668a3f430ce /Source
parenta6719abab714443170ea80dc7d6bb849dd285439 (diff)
fix hotkey osd position
Diffstat (limited to 'Source')
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/Render.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
index b1e37661e2..6afe14797b 100644
--- a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
+++ b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
@@ -1260,8 +1260,8 @@ void Renderer::Swap(u32 xfbAddr, FieldType field, u32 fbWidth, u32 fbHeight,cons
glEnable(GL_BLEND);
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
- DrawDebugText();
DrawDebugInfo();
+ DrawDebugText();
GL_REPORT_ERRORD();