Now back to compiling, just no terrain generation at the moment

This commit is contained in:
MW
2007-04-06 19:08:24 +00:00
parent e0b84e0aa1
commit 0311fef244
7 changed files with 16 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ namespace OpenSim.Storage.LocalStorageDb4o
{
public class MapStorage
{
public float[] Map;
public float[,] Map;
public MapStorage()
{