summaryrefslogtreecommitdiff
path: root/indra/newview/llhudeffecttrail.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-08-31 21:34:02 -0700
committerMerov Linden <merov@lindenlab.com>2010-08-31 21:34:02 -0700
commit6d8208bac94ca4ebdd8e4e1030cdb8e38ef3da9f (patch)
treec6a21669cc39177e9211507e81c99bfbc0f49be5 /indra/newview/llhudeffecttrail.cpp
parentbe07498847a4493792ebc943308c3592399d643d (diff)
SNOW-684 VWR-4232 : Some particles don't disappear when UI is hidden
Diffstat (limited to 'indra/newview/llhudeffecttrail.cpp')
-rw-r--r--indra/newview/llhudeffecttrail.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llhudeffecttrail.cpp b/indra/newview/llhudeffecttrail.cpp
index 9072707974..39b526c1b5 100644
--- a/indra/newview/llhudeffecttrail.cpp
+++ b/indra/newview/llhudeffecttrail.cpp
@@ -280,3 +280,8 @@ void LLHUDEffectSpiral::render()
return;
}
}
+
+void LLHUDEffectSpiral::renderForTimer()
+{
+ render();
+}