Ver código fonte

Resolved ticket #32

Christophe Riccio 15 anos atrás
pai
commit
637c2c5819
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      glm/core/func_common.inl

+ 1 - 1
glm/core/func_common.inl

@@ -560,7 +560,7 @@ namespace glm
     inline detail::tvec3<T> min
     inline detail::tvec3<T> min
 	(
 	(
 		detail::tvec3<T> const & x, 
 		detail::tvec3<T> const & x, 
-		typename detail::tvec2<T>::value_type const & y
+		typename detail::tvec3<T>::value_type const & y
 	)
 	)
     {
     {
         return detail::tvec3<T>(
         return detail::tvec3<T>(