diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-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 4a1fd99..1651ec2 100644 --- a/OpenSim/Region/ClientStack/RegionApplicationBase.cs +++ b/OpenSim/Region/ClientStack/RegionApplicationBase.cs | |||
@@ -113,7 +113,7 @@ namespace OpenSim.Region.ClientStack | |||
113 | scene.LoadWorldMap(); | 113 | scene.LoadWorldMap(); |
114 | 114 | ||
115 | scene.PhysScene = GetPhysicsScene( ); | 115 | scene.PhysScene = GetPhysicsScene( ); |
116 | scene.PhysScene.SetTerrain(scene.Terrain.getHeights1D()); | 116 | scene.PhysScene.SetTerrain(scene.Terrain.GetHeights1D()); |
117 | scene.LoadPrimsFromStorage(); | 117 | scene.LoadPrimsFromStorage(); |
118 | 118 | ||
119 | //Master Avatar Setup | 119 | //Master Avatar Setup |