diff options
| author | degasus <wickmarkus@web.de> | 2013-03-07 21:42:40 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2013-03-07 21:42:40 +0100 |
| commit | f673e33a7de41016e89d60d41962b6074ae82dce (patch) | |
| tree | b845e95ae489693ff497dd85d5436668a3f430ce /Source | |
| parent | a6719abab714443170ea80dc7d6bb849dd285439 (diff) | |
fix hotkey osd position
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_VideoOGL/Src/Render.cpp | 2 |
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(); |
