mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Resolved ticket #32
This commit is contained in:
parent
ef0759ab21
commit
637c2c5819
@ -560,7 +560,7 @@ namespace glm
|
||||
inline detail::tvec3<T> min
|
||||
(
|
||||
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>(
|
||||
|
Loading…
Reference in New Issue
Block a user