mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
bug
This commit is contained in:
@@ -546,7 +546,8 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
|
||||
if (gotbacked)
|
||||
{
|
||||
// m_log.Debug("[ValidateBakedCache] bakedModule cache override");
|
||||
|
||||
if(sp.Appearance.Texture.FaceTextures[idx] == null)
|
||||
sp.Appearance.Texture.FaceTextures[idx] = sp.Appearance.Texture.CreateFace((uint)idx);
|
||||
sp.Appearance.Texture.FaceTextures[idx].TextureID = wearableCache[idx].TextureID;
|
||||
face = sp.Appearance.Texture.FaceTextures[idx];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user