This commit is contained in:
def 2016-04-30 22:55:21 +02:00
parent 44d16d2374
commit f79bdf69a5

View file

@ -846,7 +846,7 @@ int CGraphics_Threaded::Init()
if(InitWindow() != 0) if(InitWindow() != 0)
return -1; return -1;
// fetch final resolusion // fetch final resolution
m_ScreenWidth = g_Config.m_GfxScreenWidth; m_ScreenWidth = g_Config.m_GfxScreenWidth;
m_ScreenHeight = g_Config.m_GfxScreenHeight; m_ScreenHeight = g_Config.m_GfxScreenHeight;