Add a new accessor for the TerainModule : "HasChanged"

This commit is contained in:
Tom Grimshaw
2010-06-26 17:25:45 -07:00
parent 49272657d7
commit c3e806a2ea

View File

@@ -93,6 +93,14 @@ namespace OpenSim.Region.CoreModules.World.Terrain
get { return m_commander; }
}
public bool HasChanged
{
get
{
return m_tainted;
}
}
#endregion
#region INonSharedRegionModule Members