mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Patch #9147
Patch #4 of the region settings series. Partial functionality of the new storage system. More patches to follow.
This commit is contained in:
@@ -136,7 +136,7 @@ namespace OpenSim.Region.ClientStack
|
||||
|
||||
scene.PhysicsScene = GetPhysicsScene();
|
||||
scene.PhysicsScene.SetTerrain(scene.Heightmap.GetFloatsSerialised());
|
||||
scene.PhysicsScene.SetWaterLevel(regionInfo.EstateSettings.waterHeight);
|
||||
scene.PhysicsScene.SetWaterLevel((float)regionInfo.RegionSettings.WaterHeight);
|
||||
|
||||
//Master Avatar Setup
|
||||
UserProfileData masterAvatar;
|
||||
|
||||
Reference in New Issue
Block a user