mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
minor refactor of some properties for readability
This commit is contained in:
@@ -182,7 +182,7 @@ namespace OpenSim.Region.Modules.AvatarFactory
|
||||
if (m_appearanceMapper.TryGetValue(avatarId.UUID, out appearance))
|
||||
{
|
||||
appearance.VisualParams = GetDefaultVisualParams();
|
||||
appearance.TextureEntry = AvatarAppearance.GetDefaultTextureEntry();
|
||||
appearance.Texture = AvatarAppearance.GetDefaultTexture();
|
||||
lock (m_avatarsAppearance)
|
||||
{
|
||||
m_avatarsAppearance[avatarId] = appearance;
|
||||
|
||||
Reference in New Issue
Block a user