diff options
Diffstat (limited to 'src/world/World.cs')
-rw-r--r-- | src/world/World.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world/World.cs b/src/world/World.cs index ccc34ea..854e8fe 100644 --- a/src/world/World.cs +++ b/src/world/World.cs | |||
@@ -24,7 +24,7 @@ namespace OpenSim.world | |||
24 | terrainengine = new TerrainDecode(); | 24 | terrainengine = new TerrainDecode(); |
25 | LandMap = new float[65536]; | 25 | LandMap = new float[65536]; |
26 | for(int i =0; i < 65536; i++) { | 26 | for(int i =0; i < 65536; i++) { |
27 | LandMap[i] = 30.4989f; | 27 | LandMap[i] = 40f; |
28 | } | 28 | } |
29 | 29 | ||
30 | 30 | ||