diff options
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 | } | ||