diff options
author | Mm Alder | 2010-01-03 14:44:13 -0500 |
---|---|---|
committer | Mm Alder | 2010-01-03 14:44:13 -0500 |
commit | efbba781aaf126e91b3239c0c985b5906a09127a (patch) | |
tree | a76efe508df8dd0e3273a0487bf251e1eb4eef16 /linden/indra/newview/llhudeffecttrail.cpp | |
parent | VWR-15310 Save to XML doesn't set proper XML tags (diff) | |
download | meta-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.cpp | 5 |
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 | |||
291 | void LLHUDEffectSpiral::renderForTimer() | ||
292 | { | ||
293 | render(); | ||
294 | } | ||