diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index 4887eb084..7593ad938 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -1203,8 +1203,8 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume, } LLStrider vert; - LLStrider tex_coords; - LLStrider tex_coords2; + LLStrider tex_coords0; + LLStrider tex_coords1; LLStrider norm; LLStrider colors; LLStrider binorm;