diff options
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs b/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs index c8b9c98..0db1294 100644 --- a/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs +++ b/OpenSim/Region/Environment/Interfaces/ITerrainChannel.cs | |||
@@ -35,5 +35,6 @@ namespace OpenSim.Region.Environment.Interfaces | |||
35 | float[] GetFloatsSerialised(); | 35 | float[] GetFloatsSerialised(); |
36 | double[,] GetDoubles(); | 36 | double[,] GetDoubles(); |
37 | bool Tainted(int x, int y); | 37 | bool Tainted(int x, int y); |
38 | ITerrainChannel MakeCopy(); | ||
38 | } | 39 | } |
39 | } | 40 | } |