summaryrefslogtreecommitdiff
path: root/indra/newview/llhudeffectblob.h
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-03-14 17:23:14 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-03-14 17:23:14 -0700
commiteb59729b1eeb31a98afd1726bbb5439453639121 (patch)
tree3000ea47019ce10f25b3c51337001285f81ead4d /indra/newview/llhudeffectblob.h
parent4986896079c90c2fff1f72ccf78a4bb6ee9bbcb8 (diff)
parent5b7b82d4049c00e33decfea7753f06fbd5ef07c0 (diff)
Merge
Diffstat (limited to 'indra/newview/llhudeffectblob.h')
-rw-r--r--indra/newview/llhudeffectblob.h5
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