diff options
author | Melanie Thielker | 2008-07-14 01:27:47 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-07-14 01:27:47 +0000 |
commit | e712678689f37f7a58e02547a5dbe6a214680db2 (patch) | |
tree | a7f13c72ca14860cfb2099fe0603878e57120d7d /OpenSim/Region/ClientStack/RegionApplicationBase.cs | |
parent | Mantis#1728. Thank you kindly, Mikem for a patch that solves: (diff) | |
download | opensim-SC_OLD-e712678689f37f7a58e02547a5dbe6a214680db2.zip opensim-SC_OLD-e712678689f37f7a58e02547a5dbe6a214680db2.tar.gz opensim-SC_OLD-e712678689f37f7a58e02547a5dbe6a214680db2.tar.bz2 opensim-SC_OLD-e712678689f37f7a58e02547a5dbe6a214680db2.tar.xz |
Patch #9147
Patch #4 of the region settings series. Partial functionality of the new
storage system. More patches to follow.
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 621d0ef..dadaf88 100644 --- a/OpenSim/Region/ClientStack/RegionApplicationBase.cs +++ b/OpenSim/Region/ClientStack/RegionApplicationBase.cs | |||
@@ -136,7 +136,7 @@ namespace OpenSim.Region.ClientStack | |||
136 | 136 | ||
137 | scene.PhysicsScene = GetPhysicsScene(); | 137 | scene.PhysicsScene = GetPhysicsScene(); |
138 | scene.PhysicsScene.SetTerrain(scene.Heightmap.GetFloatsSerialised()); | 138 | scene.PhysicsScene.SetTerrain(scene.Heightmap.GetFloatsSerialised()); |
139 | scene.PhysicsScene.SetWaterLevel(regionInfo.EstateSettings.waterHeight); | 139 | scene.PhysicsScene.SetWaterLevel((float)regionInfo.RegionSettings.WaterHeight); |
140 | 140 | ||
141 | //Master Avatar Setup | 141 | //Master Avatar Setup |
142 | UserProfileData masterAvatar; | 142 | UserProfileData masterAvatar; |