diff options
Diffstat (limited to 'src/world')
-rw-r--r-- | src/world/World.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/world/World.cs b/src/world/World.cs index 2f73bd5..83788cd 100644 --- a/src/world/World.cs +++ b/src/world/World.cs | |||
@@ -26,9 +26,6 @@ namespace OpenSim.world | |||
26 | OpenSim_Main.localcons.WriteLine("World.cs - creating LandMap"); | 26 | OpenSim_Main.localcons.WriteLine("World.cs - creating LandMap"); |
27 | terrainengine = new TerrainDecode(); | 27 | terrainengine = new TerrainDecode(); |
28 | LandMap = new float[65536]; | 28 | LandMap = new float[65536]; |
29 | for(int i =0; i < 65536; i++) { | ||
30 | LandMap[i] = 21.4989f; | ||
31 | } | ||
32 | 29 | ||
33 | } | 30 | } |
34 | 31 | ||