aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llhudeffectbeam.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llhudeffectbeam.cpp
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llhudeffectbeam.cpp4
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++)