diff options
Diffstat (limited to 'linden/indra/newview/llvopartgroup.cpp')
-rw-r--r-- | linden/indra/newview/llvopartgroup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvopartgroup.cpp b/linden/indra/newview/llvopartgroup.cpp index 10a765d..150f5cd 100644 --- a/linden/indra/newview/llvopartgroup.cpp +++ b/linden/indra/newview/llvopartgroup.cpp | |||
@@ -53,7 +53,7 @@ LLVOPartGroup::LLVOPartGroup(const LLUUID &id, const LLPCode pcode, LLViewerRegi | |||
53 | setNumTEs(1); | 53 | setNumTEs(1); |
54 | setTETexture(0, LLUUID::null); | 54 | setTETexture(0, LLUUID::null); |
55 | mbCanSelect = FALSE; // users can't select particle systems | 55 | mbCanSelect = FALSE; // users can't select particle systems |
56 | mDebugColor = LLColor4(frand(1.f), frand(1.f), frand(1.f), 1.f); | 56 | mDebugColor = LLColor4(ll_frand(), ll_frand(), ll_frand(), 1.f); |
57 | } | 57 | } |
58 | 58 | ||
59 | 59 | ||