diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/TerrainChannel.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/TerrainChannel.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/TerrainChannel.cs b/OpenSim/Region/Framework/Scenes/TerrainChannel.cs index 1aa1194..89d78cf 100644 --- a/OpenSim/Region/Framework/Scenes/TerrainChannel.cs +++ b/OpenSim/Region/Framework/Scenes/TerrainChannel.cs | |||
@@ -158,7 +158,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
158 | { | 158 | { |
159 | if (Double.IsNaN(value) || Double.IsInfinity(value)) | 159 | if (Double.IsNaN(value) || Double.IsInfinity(value)) |
160 | return; | 160 | return; |
161 | 161 | ||
162 | m_terrainData[x, y] = (float)value; | 162 | m_terrainData[x, y] = (float)value; |
163 | } | 163 | } |
164 | } | 164 | } |
@@ -486,7 +486,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
486 | int index = 0; | 486 | int index = 0; |
487 | 487 | ||
488 | m_terrainData = new HeightmapTerrainData(Height, Width, (int)Constants.RegionHeight); | 488 | m_terrainData = new HeightmapTerrainData(Height, Width, (int)Constants.RegionHeight); |
489 | 489 | ||
490 | for (int y = 0; y < Height; y++) | 490 | for (int y = 0; y < Height; y++) |
491 | { | 491 | { |
492 | for (int x = 0; x < Width; x++) | 492 | for (int x = 0; x < Width; x++) |