Restore object rotation code to fix Issue 454

Just a partial revert of aca3e8f6c4
_PREHASH_ObjectRotation and sendRotationUpdate
This commit is contained in:
Lirusaito
2012-08-29 13:34:27 -04:00
parent 67e99c799c
commit 01f5fe6eb1
5 changed files with 20 additions and 0 deletions

View File

@@ -316,6 +316,7 @@ public:
inline void setRotation(const F32 x, const F32 y, const F32 z, BOOL damped = FALSE);
inline void setRotation(const LLQuaternion& quat, BOOL damped = FALSE);
void sendRotationUpdate() const;
/*virtual*/ void setNumTEs(const U8 num_tes);
/*virtual*/ void setTE(const U8 te, const LLTextureEntry &texture_entry);