fix hotkey osd position

This commit is contained in:
degasus 2013-03-07 21:42:40 +01:00
parent a6719abab7
commit f673e33a7d
1 changed files with 1 additions and 1 deletions

View File

@ -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();