diff options
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/fboinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/fboinfo.h b/src/resources/fboinfo.h index ebeecf4e8..4df115395 100644 --- a/src/resources/fboinfo.h +++ b/src/resources/fboinfo.h @@ -23,6 +23,8 @@ #ifdef USE_OPENGL +#include "localconsts.h" + #ifdef ANDROID #include <GLES/gl.h> #include <GLES/glext.h> @@ -38,8 +40,6 @@ PRAGMA48(GCC diagnostic pop) #endif // defined(__APPLE__) #endif // ANDROID -#include "localconsts.h" - struct FBOInfo final { constexpr2 FBOInfo() : |