mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-19 13:25:38 +00:00
Fixed a compiler warning when building with the GLES renderer.
This commit is contained in:
parent
58345863b3
commit
4f9737cd23
|
@ -24,7 +24,9 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
|
|
||||||
|
#if defined(USE_OPENGL_21)
|
||||||
#define CLOCK_BACKGROUND_CREATION false
|
#define CLOCK_BACKGROUND_CREATION false
|
||||||
|
#endif
|
||||||
|
|
||||||
Window::Window()
|
Window::Window()
|
||||||
: mScreensaver(nullptr)
|
: mScreensaver(nullptr)
|
||||||
|
|
Loading…
Reference in a new issue