don't restore the config variable in this case

This commit is contained in:
Jupeyy 2018-08-02 20:56:29 +02:00
parent 7ce29e7a1a
commit bc013513bc

View file

@ -2075,7 +2075,6 @@ int CGraphics_Threaded::InitWindow()
g_Config.m_GfxOpenGL3 = 0; g_Config.m_GfxOpenGL3 = 0;
if(IssueInit() == 0) if(IssueInit() == 0)
{ {
g_Config.m_GfxOpenGL3 = 1;
return 0; return 0;
} }
} }