From bc013513bc653837b3ff16371b20e0e4826252cb Mon Sep 17 00:00:00 2001 From: Jupeyy Date: Thu, 2 Aug 2018 20:56:29 +0200 Subject: [PATCH] don't restore the config variable in this case --- src/engine/client/graphics_threaded.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/engine/client/graphics_threaded.cpp b/src/engine/client/graphics_threaded.cpp index e75e865b8..eaf2f02f8 100644 --- a/src/engine/client/graphics_threaded.cpp +++ b/src/engine/client/graphics_threaded.cpp @@ -2075,7 +2075,6 @@ int CGraphics_Threaded::InitWindow() g_Config.m_GfxOpenGL3 = 0; if(IssueInit() == 0) { - g_Config.m_GfxOpenGL3 = 1; return 0; } }