diff options
Diffstat (limited to 'OpenSim.Physics/OdePlugin/OdePlugin.cs')
-rw-r--r-- | OpenSim.Physics/OdePlugin/OdePlugin.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim.Physics/OdePlugin/OdePlugin.cs b/OpenSim.Physics/OdePlugin/OdePlugin.cs index 3337a37..1dd3233 100644 --- a/OpenSim.Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim.Physics/OdePlugin/OdePlugin.cs | |||
@@ -85,6 +85,7 @@ namespace OpenSim.Physics.OdePlugin | |||
85 | d.WorldSetAutoDisableFlag(world, true); | 85 | d.WorldSetAutoDisableFlag(world, true); |
86 | d.WorldSetContactMaxCorrectingVel(world, 0.1f); | 86 | d.WorldSetContactMaxCorrectingVel(world, 0.1f); |
87 | d.WorldSetContactSurfaceLayer(world, 0.001f); | 87 | d.WorldSetContactSurfaceLayer(world, 0.001f); |
88 | this._heightmap=new double[65536]; | ||
88 | } | 89 | } |
89 | 90 | ||
90 | public override PhysicsActor AddAvatar(PhysicsVector position) | 91 | public override PhysicsActor AddAvatar(PhysicsVector position) |