mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 03:28:19 +00:00
don't restore the config variable in this case
This commit is contained in:
parent
7ce29e7a1a
commit
bc013513bc
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue