add HasChanged to ITerrainModule

This commit is contained in:
Tom Grimshaw
2010-06-26 17:34:19 -07:00
parent c3e806a2ea
commit 3bcee57e3e
2 changed files with 4 additions and 6 deletions

View File

@@ -42,7 +42,8 @@ namespace OpenSim.Region.Framework.Interfaces
/// Use this if you change terrain data outside of the terrain module (e.g. in osTerrainSetHeight)
/// </summary>
void TaintTerrain();
bool HasChanged();
/// <summary>
/// Load a terrain from a stream.
/// </summary>