浏览代码

Fix #ifdef (had old name)

Sami Kankaristo 9 年之前
父节点
当前提交
c784051948
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      glm/detail/type_vec4.hpp

+ 1 - 1
glm/detail/type_vec4.hpp

@@ -5,7 +5,7 @@
 
 #include "type_vec.hpp"
 #ifdef GLM_SWIZZLE
-#	if GLM_HAS_ANONYMOUS_UNION
+#	if GLM_HAS_UNRESTRICTED_UNIONS
 #		include "_swizzle.hpp"
 #	else
 #		include "_swizzle_func.hpp"