mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 03:55:40 +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 <iomanip>
|
||||
|
||||
#if defined(USE_OPENGL_21)
|
||||
#define CLOCK_BACKGROUND_CREATION false
|
||||
#endif
|
||||
|
||||
Window::Window()
|
||||
: mScreensaver(nullptr)
|
||||
|
|
Loading…
Reference in a new issue