mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
Resolved ticket #32
This commit is contained in:
parent
ef0759ab21
commit
637c2c5819
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue