Browse Source

fixed: type (GLM_SWIZZL vs GLM_SWIZZLE)

jan p springer 12 years ago
parent
commit
de2f27a87a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      glm/core/setup.hpp

+ 1 - 1
glm/core/setup.hpp

@@ -718,7 +718,7 @@
 
 #if(defined(GLM_MESSAGES) && !defined(GLM_MESSAGE_SWIZZLE_DISPLAYED))
 #	define GLM_MESSAGE_SWIZZLE_DISPLAYED
-#	if defined(GLM_SWIZZL)
+#	if defined(GLM_SWIZZLE)
 #		pragma message("GLM: Swizzling operators enabled")
 #	else
 #		pragma message("GLM: Swizzling operators disabled")