* setting some readonlies

This commit is contained in:
lbsa71
2008-01-31 10:56:40 +00:00
parent 62ae3c9bf5
commit f72b834b25
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ namespace OpenSim.Region.Environment.Modules
public class AvatarFactoryModule : IAvatarFactory
{
private Scene m_scene = null;
private Dictionary<LLUUID, AvatarAppearance> m_avatarsAppearance = new Dictionary<LLUUID, AvatarAppearance>();
private readonly Dictionary<LLUUID, AvatarAppearance> m_avatarsAppearance = new Dictionary<LLUUID, AvatarAppearance>();
public bool TryGetAvatarAppearance(LLUUID avatarId, out AvatarAppearance appearance)
{