From 01536d901aaa5c31cb5d2b83e9afe8555767f146 Mon Sep 17 00:00:00 2001 From: gareth Date: Tue, 6 Mar 2007 20:22:17 +0000 Subject: Attempted to fix Db4o/world thing (and failed, but it still runs!) will need a new class for the world data Removed excess debug output --- src/world/World.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/world/World.cs') 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 OpenSim_Main.localcons.WriteLine("World.cs - creating LandMap"); terrainengine = new TerrainDecode(); LandMap = new float[65536]; - for(int i =0; i < 65536; i++) { - LandMap[i] = 21.4989f; - } } -- cgit v1.1