Fixed the second last commit

Former-commit-id: 46d94a0b3c9e85d9b4dacaa6c360102e8a4448a4
This commit is contained in:
Lynix 2012-12-08 22:59:40 +01:00
parent ad86c4d6fb
commit a15a54494f
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ void NzNode::SetInheritTranslation(bool inheritTranslation)
void NzNode::SetInitialRotation(const NzQuaternionf& rotation)
{
m_initialRotation = rotation
m_initialRotation = rotation;
m_initialRotation.Normalize(); // Évitons toute mauvaise surprise ...
Invalidate();