Last Minute Changes

This commit is contained in:
TheBrokenRail
2023-11-03 17:39:07 -04:00
committed by iProgramInCpp
parent 06c69d3cc8
commit 8d3abda2fe
11 changed files with 29 additions and 24 deletions

View File

@@ -10,7 +10,7 @@
#include <common/Utils.hpp> // it includes GL/gl.h
#if defined(ANDROID) && !defined(USE_SDL)
#ifdef USE_NATIVE_ANDROID
#define USE_GLES
#include <EGL/egl.h>
#endif