Commited missing file (from 7dfb82)

Former-commit-id: 4961498d557dea7101960beb4f2eb6b0a3060368
This commit is contained in:
Lynix 2014-06-17 15:53:57 +02:00
parent 34023b39fd
commit a6d6213b9d
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();