mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] egl: fixed uninitialized variable bug
This commit is contained in:
parent
d1e3508d55
commit
507732587e
@ -399,7 +399,7 @@ bool egl_render(void * opaque, SDL_Window * window)
|
||||
|
||||
if (!this->waitDone)
|
||||
{
|
||||
float a;
|
||||
float a = 1.0f;
|
||||
if (!this->waitFadeTime)
|
||||
a = 1.0f;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user