mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-11 06:43:56 +00:00
[client] egl: fix graphical glitch with splash
This commit is contained in:
parent
640bc03c6b
commit
e4ae9134ae
1 changed files with 3 additions and 1 deletions
|
@ -434,6 +434,8 @@ bool egl_render(void * opaque, SDL_Window * window)
|
|||
a = 1.0f / SPLASH_FADE_TIME * delta;
|
||||
}
|
||||
}
|
||||
|
||||
if (!this->waitDone)
|
||||
egl_splash_render(this->splash, a, this->splashRatio);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue