diff options
Diffstat (limited to 'indra/newview/llhudeffectbeam.cpp')
-rw-r--r-- | indra/newview/llhudeffectbeam.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhudeffectbeam.cpp b/indra/newview/llhudeffectbeam.cpp index 236fdaf70f..613a234ba5 100644 --- a/indra/newview/llhudeffectbeam.cpp +++ b/indra/newview/llhudeffectbeam.cpp @@ -274,7 +274,7 @@ void LLHUDEffectBeam::render() // Init the color of the particles LLColor4U coloru = mColor; - + // Draw the particles S32 i; for (i = 0; i < NUM_POINTS; i++) |