mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
add HasChanged to ITerrainModule
This commit is contained in:
@@ -93,12 +93,9 @@ namespace OpenSim.Region.CoreModules.World.Terrain
|
||||
get { return m_commander; }
|
||||
}
|
||||
|
||||
public bool HasChanged
|
||||
public bool HasChanged()
|
||||
{
|
||||
get
|
||||
{
|
||||
return m_tainted;
|
||||
}
|
||||
return m_tainted;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user