Fix typo in experimental extension warnings

This commit is contained in:
Stefan Winkler
2016-11-30 20:26:35 +01:00
parent 31475c1bb5
commit f02ce4d6d3
57 changed files with 57 additions and 57 deletions

View File

@@ -17,7 +17,7 @@
#include "../gtc/quaternion.hpp"
#ifndef GLM_ENABLE_EXPERIMENTAL
# error "GLM: GLM_GTX_compatibility is an experimetal extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it."
# 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)