of course

I'm a complete and absolute fucking idiot
This commit is contained in:
Arisotura 2019-05-24 02:41:24 +02:00
parent 9e2f47f4a0
commit 8a63c76f4f

View File

@ -1962,7 +1962,9 @@ void ApplyNewSettings(int type)
if (type == 0) // 3D renderer settings
{
if (Screen_UseGL) uiGLMakeContextCurrent(GLContext);
GPU3D::UpdateRendererConfig();
if (Screen_UseGL) uiGLMakeContextCurrent(NULL);
GL_3DScale = Config::GL_ScaleFactor; // dorp
GL_ScreenSizeDirty = true;