diff --git a/client/renderers/opengl.c b/client/renderers/opengl.c index bcccdfe0..30f56772 100644 --- a/client/renderers/opengl.c +++ b/client/renderers/opengl.c @@ -662,6 +662,7 @@ static void render_wait(struct Inst * this) uint64_t t = microtime(); if (t > this->waitFadeTime) { + glDisable(GL_MULTISAMPLE); this->waitDone = true; return; }