aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces')
-rw-r--r--OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs b/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs
index f0d600a..62074cb 100644
--- a/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs
+++ b/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs
@@ -34,5 +34,6 @@ namespace OpenSim.Region.Environment.Interfaces
34 double this[int x, int y] { get; set; } 34 double this[int x, int y] { get; set; }
35 int Width { get; } 35 int Width { get; }
36 float[] GetFloatsSerialised(); 36 float[] GetFloatsSerialised();
37 bool Tainted(int x, int y);
37 } 38 }
38} 39}