diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llhudeffectbeam.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llhudeffectbeam.cpp b/linden/indra/newview/llhudeffectbeam.cpp index 2ba9ade..d6c38d3 100644 --- a/linden/indra/newview/llhudeffectbeam.cpp +++ b/linden/indra/newview/llhudeffectbeam.cpp | |||
@@ -43,7 +43,7 @@ | |||
43 | #include "llglheaders.h" | 43 | #include "llglheaders.h" |
44 | #include "llhudrender.h" | 44 | #include "llhudrender.h" |
45 | #include "llimagegl.h" | 45 | #include "llimagegl.h" |
46 | #include "llsphere.h" | 46 | #include "llrendersphere.h" |
47 | #include "llviewercamera.h" | 47 | #include "llviewercamera.h" |
48 | #include "llvoavatar.h" | 48 | #include "llvoavatar.h" |
49 | #include "llviewercontrol.h" | 49 | #include "llviewercontrol.h" |
@@ -274,7 +274,7 @@ void LLHUDEffectBeam::render() | |||
274 | 274 | ||
275 | // Init the color of the particles | 275 | // Init the color of the particles |
276 | LLColor4U coloru = mColor; | 276 | LLColor4U coloru = mColor; |
277 | 277 | ||
278 | // Draw the particles | 278 | // Draw the particles |
279 | S32 i; | 279 | S32 i; |
280 | for (i = 0; i < NUM_POINTS; i++) | 280 | for (i = 0; i < NUM_POINTS; i++) |