aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorTom Grimshaw2010-06-26 18:43:01 -0700
committerTom Grimshaw2010-06-26 18:43:01 -0700
commitc97e9f86219cd79e6fee7266174e78825c405476 (patch)
treef542aa79abec38d79f89cc561b7b2cd650b756af /OpenSim/Region/Framework/Interfaces
parentadd HasChanged to ITerrainModule (diff)
downloadopensim-SC-c97e9f86219cd79e6fee7266174e78825c405476.zip
opensim-SC-c97e9f86219cd79e6fee7266174e78825c405476.tar.gz
opensim-SC-c97e9f86219cd79e6fee7266174e78825c405476.tar.bz2
opensim-SC-c97e9f86219cd79e6fee7266174e78825c405476.tar.xz
Reverting the ITerrainModule changes. Turns out this was useless.
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r--OpenSim/Region/Framework/Interfaces/ITerrainModule.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs b/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs
index 98996e2..5947afb 100644
--- a/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs
@@ -42,8 +42,7 @@ 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();
47 /// <summary> 46 /// <summary>
48 /// Load a terrain from a stream. 47 /// Load a terrain from a stream.
49 /// </summary> 48 /// </summary>