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.Physics/OdePlugin | |
parent | Added getHeights1D() function to TerrainEngine (diff) | |
download | opensim-SC_OLD-0311fef2447217fb87111835d82654cdc6c6dd31.zip opensim-SC_OLD-0311fef2447217fb87111835d82654cdc6c6dd31.tar.gz opensim-SC_OLD-0311fef2447217fb87111835d82654cdc6c6dd31.tar.bz2 opensim-SC_OLD-0311fef2447217fb87111835d82654cdc6c6dd31.tar.xz |
Now back to compiling, just no terrain generation at the moment
Diffstat (limited to 'OpenSim.Physics/OdePlugin')
-rw-r--r-- | OpenSim.Physics/OdePlugin/OdePlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Physics/OdePlugin/OdePlugin.cs b/OpenSim.Physics/OdePlugin/OdePlugin.cs index 7c9c684..325e2fd 100644 --- a/OpenSim.Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim.Physics/OdePlugin/OdePlugin.cs | |||
@@ -173,7 +173,7 @@ namespace OpenSim.Physics.OdePlugin | |||
173 | } | 173 | } |
174 | } | 174 | } |
175 | 175 | ||
176 | public override void SetTerrain(float[,] heightMap) | 176 | public override void SetTerrain(float[] heightMap) |
177 | { | 177 | { |
178 | for (int i = 0; i < 65536; i++) | 178 | for (int i = 0; i < 65536; i++) |
179 | { | 179 | { |