From 353586f631352aa4e491b9aa931f81e65965439e Mon Sep 17 00:00:00 2001 From: Shyotl Date: Tue, 30 Jul 2013 19:41:13 -0500 Subject: [PATCH] Missed a couple lines in earlier commit. --- indra/newview/llface.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;