diff options
Diffstat (limited to 'src/compoundsprite.cpp')
-rw-r--r-- | src/compoundsprite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compoundsprite.cpp b/src/compoundsprite.cpp index f3ccac072..91c8b16bc 100644 --- a/src/compoundsprite.cpp +++ b/src/compoundsprite.cpp @@ -26,7 +26,7 @@ #include "graphics.h" #ifdef USE_OPENGL -#include "openglgraphics.h" +#include "normalopenglgraphics.h" #include "safeopenglgraphics.h" #endif |