mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-07-31 11:33:38 +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:
parent
a989914fef
commit
13cd50f92c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue