diff options
author | lbsa71 | 2007-11-29 15:27:57 +0000 |
---|---|---|
committer | lbsa71 | 2007-11-29 15:27:57 +0000 |
commit | 7704bb6f63f608df79fee2c3dcea7d5deabeee17 (patch) | |
tree | 63ece08049e04720639f1396d8d7ca6597e5089a /OpenSim/Region/ClientStack | |
parent | * Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ... (diff) | |
download | opensim-SC_OLD-7704bb6f63f608df79fee2c3dcea7d5deabeee17.zip opensim-SC_OLD-7704bb6f63f608df79fee2c3dcea7d5deabeee17.tar.gz opensim-SC_OLD-7704bb6f63f608df79fee2c3dcea7d5deabeee17.tar.bz2 opensim-SC_OLD-7704bb6f63f608df79fee2c3dcea7d5deabeee17.tar.xz |
* Fixed neighbour range bug
* Various refactorings
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; |