mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-15 03:48:09 +00:00
[client] egl: fix gcc false maybe-uninitialized
positives
This commit is contained in:
@@ -248,7 +248,7 @@ bool egl_desktop_render(EGL_Desktop * desktop, const float x, const float y,
|
||||
if (!desktop->shader)
|
||||
return false;
|
||||
|
||||
int scaleAlgo;
|
||||
int scaleAlgo = LG_SCALE_NEAREST;
|
||||
|
||||
switch (scaleType)
|
||||
{
|
||||
|
Reference in New Issue
Block a user