diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/RegionApplicationBase.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/RegionApplicationBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/RegionApplicationBase.cs b/OpenSim/Region/ClientStack/RegionApplicationBase.cs index 660c3b3..43f630d 100644 --- a/OpenSim/Region/ClientStack/RegionApplicationBase.cs +++ b/OpenSim/Region/ClientStack/RegionApplicationBase.cs | |||
@@ -126,7 +126,7 @@ namespace OpenSim.Region.ClientStack | |||
126 | scene.RegisterRegionWithGrid(); | 126 | scene.RegisterRegionWithGrid(); |
127 | 127 | ||
128 | scene.PhysicsScene = GetPhysicsScene(); | 128 | scene.PhysicsScene = GetPhysicsScene(); |
129 | scene.PhysicsScene.SetTerrain(scene.Terrain.GetHeights1D()); | 129 | scene.PhysicsScene.SetTerrain(scene.Heightmap.GetFloatsSerialised()); |
130 | 130 | ||
131 | //Master Avatar Setup | 131 | //Master Avatar Setup |
132 | UserProfileData masterAvatar; | 132 | UserProfileData masterAvatar; |