Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/render/gl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/gl.h b/src/render/gl.h
index 81c19b0..5bd42b5 100644
--- a/src/render/gl.h
+++ b/src/render/gl.h
@@ -37,6 +37,10 @@
#define GL_GENERATE_MIPMAP 0x8191
#endif
+#ifndef GL_REFLECTION_MAP
+#define GL_REFLECTION_MAP 0x8512
+#endif
+
#endif
/// wrapper namespace for OpenGL operations