aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoclouds.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvoclouds.h')
-rw-r--r--linden/indra/newview/llvoclouds.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llvoclouds.h b/linden/indra/newview/llvoclouds.h
index 71e8c40..670922d 100644
--- a/linden/indra/newview/llvoclouds.h
+++ b/linden/indra/newview/llvoclouds.h
@@ -59,10 +59,9 @@ public:
59 LLStrider<LLVector3>& normalsp, 59 LLStrider<LLVector3>& normalsp,
60 LLStrider<LLVector2>& texcoordsp, 60 LLStrider<LLVector2>& texcoordsp,
61 LLStrider<LLColor4U>& colorsp, 61 LLStrider<LLColor4U>& colorsp,
62 LLStrider<U32>& indicesp); 62 LLStrider<U16>& indicesp);
63 63
64 /*virtual*/ BOOL isActive() const; // Whether this object needs to do an idleUpdate. 64 /*virtual*/ BOOL isActive() const; // Whether this object needs to do an idleUpdate.
65 BOOL isParticle();
66 F32 getPartSize(S32 idx); 65 F32 getPartSize(S32 idx);
67 66
68 /*virtual*/ void updateTextures(LLAgent &agent); 67 /*virtual*/ void updateTextures(LLAgent &agent);