mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
Fixed build
This commit is contained in:
parent
02241126ee
commit
2fd280a6f8
1 changed files with 0 additions and 13 deletions
|
@ -1152,19 +1152,6 @@ namespace glm
|
|||
~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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue