aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewertextureanim.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewertextureanim.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewertextureanim.h b/linden/indra/newview/llviewertextureanim.h
index 2f95cae..c5b4e84 100644
--- a/linden/indra/newview/llviewertextureanim.h
+++ b/linden/indra/newview/llviewertextureanim.h
@@ -44,6 +44,13 @@ public:
44 { 44 {
45 TRANSLATE = 0x01 // Result code JUST for animateTextures 45 TRANSLATE = 0x01 // Result code JUST for animateTextures
46 }; 46 };
47
48 F32 mOffS;
49 F32 mOffT;
50 F32 mScaleS;
51 F32 mScaleT;
52 F32 mRot;
53
47protected: 54protected:
48 LLFrameTimer mTimer; 55 LLFrameTimer mTimer;
49 F64 mLastTime; 56 F64 mLastTime;