diff options
Diffstat (limited to 'src/normalopenglgraphics.h')
-rw-r--r-- | src/normalopenglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normalopenglgraphics.h b/src/normalopenglgraphics.h index 144a5b3ee..2e07de42f 100644 --- a/src/normalopenglgraphics.h +++ b/src/normalopenglgraphics.h @@ -24,7 +24,7 @@ #define NORMALOPENGLGRAPHICS_H #include "main.h" -#ifdef USE_OPENGL +#if defined USE_OPENGL && !defined ANDROID #include "localconsts.h" #include "graphics.h" |