diff options
Diffstat (limited to 'indra/newview/llvograss.h')
-rwxr-xr-x | indra/newview/llvograss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvograss.h b/indra/newview/llvograss.h index 28203c65ae..b1078585a6 100755 --- a/indra/newview/llvograss.h +++ b/indra/newview/llvograss.h @@ -62,6 +62,7 @@ public: LLStrider<LLVector3>& normalsp, LLStrider<LLVector2>& texcoordsp, LLStrider<LLColor4U>& colorsp, + LLStrider<LLColor4U>& emissivep, LLStrider<U16>& indicesp); void updateFaceSize(S32 idx) { } |