diff options
author | Dave Parks <davep@lindenlab.com> | 2012-05-22 00:03:56 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-05-22 00:03:56 -0500 |
commit | 6fe9b45db2e9fa8144882bc9dbc656c1b4ff7fad (patch) | |
tree | 3b4590e619689bbd7a22f9979b0a28c7cc4e809d /indra/newview | |
parent | 336b12e803fdc5f34b5394eae50645870d664d13 (diff) |
Fix for linux build.
Diffstat (limited to 'indra/newview')
-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 2824b1a32d..bc8d7fa71f 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -1434,7 +1434,7 @@ BOOL LLFace::getGeometryVolume(const LLVolume& volume, U8 index = mTextureIndex < 255 ? mTextureIndex : 0; - S32 val = 0.f; + S32 val = 0; U8* vp = (U8*) &val; vp[0] = index; vp[1] = 0; |