diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ITerrainModule.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs b/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs index 5947afb..98996e2 100644 --- a/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs +++ b/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs | |||
@@ -42,7 +42,8 @@ namespace OpenSim.Region.Framework.Interfaces | |||
42 | /// Use this if you change terrain data outside of the terrain module (e.g. in osTerrainSetHeight) | 42 | /// Use this if you change terrain data outside of the terrain module (e.g. in osTerrainSetHeight) |
43 | /// </summary> | 43 | /// </summary> |
44 | void TaintTerrain(); | 44 | void TaintTerrain(); |
45 | 45 | ||
46 | bool HasChanged(); | ||
46 | /// <summary> | 47 | /// <summary> |
47 | /// Load a terrain from a stream. | 48 | /// Load a terrain from a stream. |
48 | /// </summary> | 49 | /// </summary> |