diff options
author | callum <none@none> | 2011-03-14 17:36:36 -0700 |
---|---|---|
committer | callum <none@none> | 2011-03-14 17:36:36 -0700 |
commit | 01599c384b0e3edde37598c4d252edab4208432c (patch) | |
tree | 48625f52bb719364721f5fd948b5d228adafe0f1 /indra/newview/llhudeffectblob.h | |
parent | ca6ca8793473bba8b7a417288e4f2ac112241116 (diff) | |
parent | eb59729b1eeb31a98afd1726bbb5439453639121 (diff) |
Merge with tip
Diffstat (limited to 'indra/newview/llhudeffectblob.h')
-rw-r--r-- | indra/newview/llhudeffectblob.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llhudeffectblob.h b/indra/newview/llhudeffectblob.h index 7757dc787c..5b0703cdaa 100644 --- a/indra/newview/llhudeffectblob.h +++ b/indra/newview/llhudeffectblob.h @@ -34,6 +34,8 @@ class LLHUDEffectBlob : public LLHUDEffect public: friend class LLHUDObject; + void setPixelSize(S32 pixels) { mPixelSize = pixels; } + protected: LLHUDEffectBlob(const U8 type); ~LLHUDEffectBlob(); @@ -41,7 +43,8 @@ protected: /*virtual*/ void render(); /*virtual*/ void renderForTimer(); private: - + S32 mPixelSize; + LLFrameTimer mTimer; }; #endif // LL_LLHUDEFFECTBLOB_H |