mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[11668] drop redundand line from prev. commit
Signed-off-by: SilverIce <slifeleaf@gmail.com>
This commit is contained in:
parent
f99fcb1b92
commit
362f7fb820
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11667"
|
||||
#define REVISION_NR "11668"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue