mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +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:
@@ -541,8 +541,8 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain
|
||||
private bool LimitChannelChanges(int xStart, int yStart)
|
||||
{
|
||||
bool changesLimited = false;
|
||||
double minDelta = m_scene.RegionInfo.EstateSettings.terrainLowerLimit;
|
||||
double maxDelta = m_scene.RegionInfo.EstateSettings.terrainRaiseLimit;
|
||||
double minDelta = m_scene.RegionInfo.RegionSettings.TerrainLowerLimit;
|
||||
double maxDelta = m_scene.RegionInfo.RegionSettings.TerrainRaiseLimit;
|
||||
|
||||
// loop through the height map for this patch and compare it against
|
||||
// the revert map
|
||||
|
||||
Reference in New Issue
Block a user