aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/IrrCompileConfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/IrrCompileConfig.h b/include/IrrCompileConfig.h
index 98913a4..29c02f0 100644
--- a/include/IrrCompileConfig.h
+++ b/include/IrrCompileConfig.h
@@ -829,9 +829,11 @@ precision will be lower but speed higher. currently X86 only
// OpenGL-ES usually interferes with OpenGL
#ifdef _IRR_COMPILE_WITH_OGLES2_
#undef _IRR_COMPILE_WITH_OPENGL_
+ #undef _IRR_COMPILE_WITH_OGLES1_
#endif
#ifdef _IRR_COMPILE_WITH_OGLES1_
#undef _IRR_COMPILE_WITH_OPENGL_
+ #undef _IRR_COMPILE_WITH_OGLES2_
#endif
#ifndef _IRR_WINDOWS_API_