diff options
Diffstat (limited to 'OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs index b98f177..cce8946 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | |||
@@ -2344,7 +2344,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
2344 | } | 2344 | } |
2345 | } | 2345 | } |
2346 | } | 2346 | } |
2347 | IntPtr HeightmapData = d.GeomHeightfieldDataCreate(); | 2347 | IntPtr HeightmapData = d.GeomUbitTerrainDataCreate(); |
2348 | 2348 | ||
2349 | const int wrap = 0; | 2349 | const int wrap = 0; |
2350 | float thickness = hfmin; | 2350 | float thickness = hfmin; |