mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Fixes for plAvatar
This commit is contained in:
@ -302,7 +302,8 @@ void plClothingSDLModifier::HandleSingleSDR(const plStateDataRecord *sdr, plClot
|
||||
{
|
||||
uint8_t blend;
|
||||
faceBlends->Get(&blend, i);
|
||||
clothing->fSkinBlends[i] = (float)blend / 255;
|
||||
if (clothing)
|
||||
clothing->fSkinBlends[i] = (float)blend / 255;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user