This commit is contained in:
Inusaito Sayori
2014-07-23 22:08:12 -04:00

View File

@@ -3723,7 +3723,7 @@ const LLQuaternion LLViewerObject::getRenderRotation() const
}
else
{
ret = LLQuaternion(mDrawable->getWorldMatrix().getF32ptr());
ret = LLQuaternion(LLMatrix4(mDrawable->getWorldMatrix().getF32ptr()));
}
}