aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhudeffecttrail.cpp
diff options
context:
space:
mode:
authorMm Alder2010-01-03 14:44:13 -0500
committerMm Alder2010-01-03 14:44:13 -0500
commitefbba781aaf126e91b3239c0c985b5906a09127a (patch)
treea76efe508df8dd0e3273a0487bf251e1eb4eef16 /linden/indra/newview/llhudeffecttrail.cpp
parentVWR-15310 Save to XML doesn't set proper XML tags (diff)
downloadmeta-impy-efbba781aaf126e91b3239c0c985b5906a09127a.zip
meta-impy-efbba781aaf126e91b3239c0c985b5906a09127a.tar.gz
meta-impy-efbba781aaf126e91b3239c0c985b5906a09127a.tar.bz2
meta-impy-efbba781aaf126e91b3239c0c985b5906a09127a.tar.xz
VWR-4232 Some particles don't disappear when UI is hidden
Diffstat (limited to 'linden/indra/newview/llhudeffecttrail.cpp')
-rw-r--r--linden/indra/newview/llhudeffecttrail.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llhudeffecttrail.cpp b/linden/indra/newview/llhudeffecttrail.cpp
index 32b52f8..08f4c78 100644
--- a/linden/indra/newview/llhudeffecttrail.cpp
+++ b/linden/indra/newview/llhudeffecttrail.cpp
@@ -287,3 +287,8 @@ void LLHUDEffectSpiral::render()
287 return; 287 return;
288 } 288 }
289} 289}
290
291void LLHUDEffectSpiral::renderForTimer()
292{
293 render();
294}