Fixed build

This commit is contained in:
Christophe Riccio 2011-01-19 12:31:45 +00:00
parent 02241126ee
commit 2fd280a6f8

View File

@ -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