瀏覽代碼

Fixed error message type

Christophe Riccio 9 年之前
父節點
當前提交
6e5f42bd28
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      glm/detail/setup.hpp

+ 1 - 1
glm/detail/setup.hpp

@@ -896,7 +896,7 @@
 // Clip control
 // Clip control
 
 
 #ifdef GLM_DEPTH_ZERO_TO_ONE // Legacy 0.9.8 development
 #ifdef GLM_DEPTH_ZERO_TO_ONE // Legacy 0.9.8 development
-#	error Define GLM_FORECE_DEPTH_ZERO_TO_ONE instead of GLM_DEPTH_ZERO_TO_ONE to use 0 to 1 clip space.
+#	error Define GLM_FORCE_DEPTH_ZERO_TO_ONE instead of GLM_DEPTH_ZERO_TO_ONE to use 0 to 1 clip space.
 #endif
 #endif
 
 
 #define GLM_DEPTH_ZERO_TO_ONE				0x00000001
 #define GLM_DEPTH_ZERO_TO_ONE				0x00000001