Change case of areUpdatesSuspended to upper case as is proper for a property

This commit is contained in:
Melanie
2012-08-16 01:02:20 +02:00
parent 4e5c19595c
commit b97053269b
3 changed files with 20 additions and 20 deletions

View File

@@ -116,7 +116,7 @@ namespace OpenSim.Region.Framework.Scenes
private bool m_suspendUpdates;
private List<ScenePresence> m_linkedAvatars = new List<ScenePresence>();
public bool areUpdatesSuspended
public bool AreUpdatesSuspended
{
get
{