[client] egl: fixed uninitialized variable bug

This commit is contained in:
Geoffrey McRae 2018-12-16 12:17:12 +11:00
parent d1e3508d55
commit 507732587e

View File

@ -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