mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 14:57:04 +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)
|
if (!this->waitDone)
|
||||||
{
|
{
|
||||||
float a;
|
float a = 1.0f;
|
||||||
if (!this->waitFadeTime)
|
if (!this->waitFadeTime)
|
||||||
a = 1.0f;
|
a = 1.0f;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user