mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-04 09:44:16 +00:00
[client] disable multisample after logo is gone
We only use multisample to smooth out the edges of the LG logo, it is pointless to leave it on after the logo is gone.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user