diff options
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSTerrainManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSTerrainManager.cs b/OpenSim/Region/Physics/BulletSPlugin/BSTerrainManager.cs index 097cd3e..71fca33 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSTerrainManager.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSTerrainManager.cs | |||
@@ -308,7 +308,7 @@ public sealed class BSTerrainManager | |||
308 | { | 308 | { |
309 | PhysicsScene.Logger.DebugFormat("{0} Terrain for {1}/{2} created with {3}", | 309 | PhysicsScene.Logger.DebugFormat("{0} Terrain for {1}/{2} created with {3}", |
310 | LogHeader, PhysicsScene.RegionName, terrainRegionBase, | 310 | LogHeader, PhysicsScene.RegionName, terrainRegionBase, |
311 | PhysicsScene.Params.terrainImplementation); | 311 | (BSTerrainPhys.TerrainImplementation)PhysicsScene.Params.terrainImplementation); |
312 | BSTerrainPhys newTerrainPhys = null; | 312 | BSTerrainPhys newTerrainPhys = null; |
313 | switch ((int)PhysicsScene.Params.terrainImplementation) | 313 | switch ((int)PhysicsScene.Params.terrainImplementation) |
314 | { | 314 | { |