mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 01:14:34 +00:00
Fixed build
This commit is contained in:
parent
02241126ee
commit
2fd280a6f8
@ -1152,19 +1152,6 @@ namespace glm
|
|||||||
~v.w);
|
~v.w);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
|
||||||
inline tvec4<T> operator~
|
|
||||||
(
|
|
||||||
tvec4<T> const & v
|
|
||||||
)
|
|
||||||
{
|
|
||||||
return tvec4<T>(
|
|
||||||
~v.x,
|
|
||||||
~v.y,
|
|
||||||
~v.z,
|
|
||||||
~v.w);
|
|
||||||
}
|
|
||||||
|
|
||||||
//////////////////////////////////////
|
//////////////////////////////////////
|
||||||
// tref definition
|
// tref definition
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user