Fixed build

This commit is contained in:
Groove
2018-07-12 00:47:38 +02:00
parent c7b6cf56e3
commit 802532de0f
84 changed files with 84 additions and 84 deletions

View File

@@ -20,7 +20,7 @@
# error "GLM: GLM_GTX_compatibility is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
#endif
#if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
# pragma message("GLM: GLM_GTX_compatibility extension included")
#endif