diff options
Diffstat (limited to 'indra/newview/llvotextbubble.h')
-rw-r--r-- | indra/newview/llvotextbubble.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvotextbubble.h b/indra/newview/llvotextbubble.h index 35d4f97651..790e7208bc 100644 --- a/indra/newview/llvotextbubble.h +++ b/indra/newview/llvotextbubble.h @@ -54,7 +54,7 @@ public: LLStrider<LLVector3>& normalsp, LLStrider<LLVector2>& texcoordsp, LLStrider<LLColor4U>& colorsp, - LLStrider<U32>& indicesp); + LLStrider<U16>& indicesp); virtual U32 getPartitionType() const; |