summaryrefslogtreecommitdiff
path: root/indra/newview/lltoolmorph.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-12-14 14:47:01 -0500
committerOz Linden <oz@lindenlab.com>2010-12-14 14:47:01 -0500
commita0d3c7c0f8a5693a0ce3471142b8229578e9e948 (patch)
treec43e7f9b083079d3be6252a7c56c4618e6561273 /indra/newview/lltoolmorph.h
parent31d401e1c3ccedfc06b9efda51923d050029cfc9 (diff)
parent7c0c86774f601cab3e0ca1598ea786b803c5bc71 (diff)
merge fix for storm-401
Diffstat (limited to 'indra/newview/lltoolmorph.h')
-rw-r--r--indra/newview/lltoolmorph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolmorph.h b/indra/newview/lltoolmorph.h
index 59201233ae..a6889be151 100644
--- a/indra/newview/lltoolmorph.h
+++ b/indra/newview/lltoolmorph.h
@@ -68,7 +68,7 @@ public:
BOOL render();
void requestUpdate( S32 delay_frames ) {mNeedsUpdate = TRUE; mDelayFrames = delay_frames; }
void setUpdateDelayFrames( S32 delay_frames ) { mDelayFrames = delay_frames; }
- void draw();
+ void draw(F32 alpha);
LLViewerVisualParam* getVisualParam() { return mVisualParam; }
F32 getVisualParamWeight() { return mVisualParamWeight; }