[11668] drop redundand line from prev. commit

Signed-off-by: SilverIce <slifeleaf@gmail.com>
This commit is contained in:
NeatElves 2011-06-24 15:36:52 +03:00 committed by SilverIce
parent f99fcb1b92
commit 362f7fb820
2 changed files with 1 additions and 2 deletions

View file

@ -1681,7 +1681,6 @@ void GameObject::SetWorldRotation(float qx, float qy, float qz, float qw)
quat.unitize();
m_rotation = QuaternionCompressed(quat).m_raw;
m_rotation = QuaternionCompressed(quat).m_raw;
m_quatX = quat.x;
m_quatY = quat.y;
m_quatZ = quat.z;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11667"
#define REVISION_NR "11668"
#endif // __REVISION_NR_H__