mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-09 22:37:04 +00:00
[client] egl: fix graphical glitch with splash
This commit is contained in:
parent
640bc03c6b
commit
e4ae9134ae
@ -434,7 +434,9 @@ bool egl_render(void * opaque, SDL_Window * window)
|
|||||||
a = 1.0f / SPLASH_FADE_TIME * delta;
|
a = 1.0f / SPLASH_FADE_TIME * delta;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
egl_splash_render(this->splash, a, this->splashRatio);
|
|
||||||
|
if (!this->waitDone)
|
||||||
|
egl_splash_render(this->splash, a, this->splashRatio);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this->showAlert)
|
if (this->showAlert)
|
||||||
|
Loading…
Reference in New Issue
Block a user