diff options
Diffstat (limited to 'indra/newview/llface.cpp')
-rw-r--r-- | indra/newview/llface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |