Fixed merge

This commit is contained in:
Christophe Riccio
2011-08-28 19:56:58 +01:00
4 changed files with 34 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ namespace detail{
tmat3x3<T> const & m
)
{
*this = toQuat(m);
*this = gtc::quaternion::quat_cast(m);
}
template <typename T>
@@ -116,7 +116,7 @@ namespace detail{
tmat4x4<T> const & m
)
{
*this = toQuat(m);
*this = gtc::quaternion::quat_cast(m);
}
//////////////////////////////////////////////////////////////