From e5124431b54d4342d4677371fccca5bc7250c079 Mon Sep 17 00:00:00 2001 From: Don Kjer Date: Mon, 2 Jul 2007 17:10:30 +0000 Subject: svn merge -r 64079:64548 svn+ssh://svn/svn/linden/branches/maintenance into release --- indra/newview/llface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llface.cpp') diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index 14f3d4ad2b..33389e00e9 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -916,7 +916,7 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume, BOOL is_static = mDrawablep->isStatic(); BOOL is_global = is_static; - if (-1 == index_offset) + if (index_offset == (U32) -1) { return TRUE; } -- cgit v1.2.3