diff options
author | MW | 2007-04-06 19:08:24 +0000 |
---|---|---|
committer | MW | 2007-04-06 19:08:24 +0000 |
commit | 0311fef2447217fb87111835d82654cdc6c6dd31 (patch) | |
tree | 807f294533592c850794ee23377017a8085c0fb5 /OpenSim.Storage/LocalStorageDb4o/MapStorage.cs | |
parent | Added getHeights1D() function to TerrainEngine (diff) | |
download | opensim-SC-0311fef2447217fb87111835d82654cdc6c6dd31.zip opensim-SC-0311fef2447217fb87111835d82654cdc6c6dd31.tar.gz opensim-SC-0311fef2447217fb87111835d82654cdc6c6dd31.tar.bz2 opensim-SC-0311fef2447217fb87111835d82654cdc6c6dd31.tar.xz |
Now back to compiling, just no terrain generation at the moment
Diffstat (limited to 'OpenSim.Storage/LocalStorageDb4o/MapStorage.cs')
-rw-r--r-- | OpenSim.Storage/LocalStorageDb4o/MapStorage.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Storage/LocalStorageDb4o/MapStorage.cs b/OpenSim.Storage/LocalStorageDb4o/MapStorage.cs index db590ff..dc5793e 100644 --- a/OpenSim.Storage/LocalStorageDb4o/MapStorage.cs +++ b/OpenSim.Storage/LocalStorageDb4o/MapStorage.cs | |||
@@ -6,7 +6,7 @@ namespace OpenSim.Storage.LocalStorageDb4o | |||
6 | { | 6 | { |
7 | public class MapStorage | 7 | public class MapStorage |
8 | { | 8 | { |
9 | public float[] Map; | 9 | public float[,] Map; |
10 | 10 | ||
11 | public MapStorage() | 11 | public MapStorage() |
12 | { | 12 | { |