Commited missing file (from 7dfb82)

Former-commit-id: 90aba1cc976830fd78efdd3d03764345b92df24d
This commit is contained in:
Lynix 2014-06-17 15:53:57 +02:00 committed by Gawaboumga
parent 4a34c16455
commit 48eb59eba8
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ NzQuaternion<T>& NzQuaternion<T>::Set(T angle, const NzVector3<T>& axis)
angle = NzDegreeToRadian(angle);
#endif
angle *= F(0.5);
angle /= F(2.0);
NzVector3<T> normalizedAxis = axis.GetNormal();