mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Minor formatting cleanup.
This commit is contained in:
@@ -470,7 +470,6 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Checks to see height deltas in the tainted terrain patch at xStart ,yStart
|
||||
/// are all within the current estate limits
|
||||
@@ -493,7 +492,7 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain
|
||||
double bakedHeight = m_revert[x, y];
|
||||
double requestedDelta = requestedHeight - bakedHeight;
|
||||
|
||||
if (requestedDelta > maxDelta )
|
||||
if (requestedDelta > maxDelta)
|
||||
{
|
||||
m_channel[x, y] = bakedHeight + maxDelta;
|
||||
changesLimited = true;
|
||||
@@ -509,7 +508,6 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain
|
||||
return changesLimited;
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Sends a copy of the current terrain to the scenes clients
|
||||
/// </summary>
|
||||
@@ -589,7 +587,6 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#region Console Commands
|
||||
|
||||
private void InterfaceLoadFile(Object[] args)
|
||||
|
||||
Reference in New Issue
Block a user