diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/RegionApplicationBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/RegionApplicationBase.cs b/OpenSim/Region/ClientStack/RegionApplicationBase.cs index 7445c2e..251601f 100644 --- a/OpenSim/Region/ClientStack/RegionApplicationBase.cs +++ b/OpenSim/Region/ClientStack/RegionApplicationBase.cs | |||
@@ -115,8 +115,8 @@ namespace OpenSim.Region.ClientStack | |||
115 | scene.LoadWorldMap(); | 115 | scene.LoadWorldMap(); |
116 | scene.RegisterRegionWithGrid(); | 116 | scene.RegisterRegionWithGrid(); |
117 | 117 | ||
118 | scene.PhysScene = GetPhysicsScene(); | 118 | scene.PhysicsScene = GetPhysicsScene(); |
119 | scene.PhysScene.SetTerrain(scene.Terrain.GetHeights1D()); | 119 | scene.PhysicsScene.SetTerrain(scene.Terrain.GetHeights1D()); |
120 | 120 | ||
121 | //Master Avatar Setup | 121 | //Master Avatar Setup |
122 | UserProfileData masterAvatar; | 122 | UserProfileData masterAvatar; |