Fixed a compiler warning when building with the GLES renderer.

This commit is contained in:
Leon Styhre 2021-10-26 18:26:00 +02:00
parent 58345863b3
commit 4f9737cd23

View file

@ -24,7 +24,9 @@
#include <algorithm>
#include <iomanip>
#if defined(USE_OPENGL_21)
#define CLOCK_BACKGROUND_CREATION false
#endif
Window::Window()
: mScreensaver(nullptr)