Christophe Riccio пре 15 година
родитељ
комит
71a1df2780
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      glm/gtx/simd_vec4.inl

+ 1 - 1
glm/gtx/simd_vec4.inl

@@ -285,7 +285,7 @@ namespace glm
 		//{
 		//  return max(-a, a);
 		//}
-		detail::fvec4SIMD abs
+		inline detail::fvec4SIMD abs
 		(
 			detail::fvec4SIMD const & x
 		)