Fix for linux build.

master
Dave Parks 2012-05-22 00:03:56 -05:00
parent 336b12e803
commit 6fe9b45db2
1 changed files with 1 additions and 1 deletions

View File

@ -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;