Fixed build

master
Christophe Riccio ago%!(EXTRA string=15 years)
parent 02241126ee
commit 2fd280a6f8
  1. 13
      glm/core/type_vec4.inl

@ -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…
Cancel
Save