mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
mantis 8725: increase channeldigger smooth strength, tanks Datapanic
This commit is contained in:
@@ -64,7 +64,9 @@ namespace OpenSim.Region.CoreModules.World.Terrain.Effects
|
||||
|
||||
for (int i = 0; i < rounds; i++)
|
||||
{
|
||||
smoothFunction.FloodEffect(map, bitmap, -1f, 1.0f, 0, map.Width - 1, 0, map.Height - 1);
|
||||
//mantis 8725
|
||||
//smoothFunction.FloodEffect(map, bitmap, -1f, 1.0f, 0, map.Width - 1, 0, map.Height - 1);
|
||||
smoothFunction.FloodEffect(map, bitmap, -1f, 110.0f, 0, map.Width - 1, 0, map.Height - 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user