diff options
author | Melanie Thielker | 2008-10-26 23:09:00 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-26 23:09:00 +0000 |
commit | cc48110a03e904974335eb166f8109e0557e4ec4 (patch) | |
tree | b027bf5398e94fba40645fa61ca5acdc9933a668 /OpenSim/Region/Environment/Modules/World/Terrain/PaintBrushes/SmoothSphere.cs | |
parent | Committing a small fix for EventData along with more plumbing work (diff) | |
download | opensim-SC-cc48110a03e904974335eb166f8109e0557e4ec4.zip opensim-SC-cc48110a03e904974335eb166f8109e0557e4ec4.tar.gz opensim-SC-cc48110a03e904974335eb166f8109e0557e4ec4.tar.bz2 opensim-SC-cc48110a03e904974335eb166f8109e0557e4ec4.tar.xz |
Mantis #2428
Thank you, miceakitsune, for a patch that makes terraforming tools usable again
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World/Terrain/PaintBrushes/SmoothSphere.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/Terrain/PaintBrushes/SmoothSphere.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Terrain/PaintBrushes/SmoothSphere.cs b/OpenSim/Region/Environment/Modules/World/Terrain/PaintBrushes/SmoothSphere.cs index c63cb90..0b4996f 100644 --- a/OpenSim/Region/Environment/Modules/World/Terrain/PaintBrushes/SmoothSphere.cs +++ b/OpenSim/Region/Environment/Modules/World/Terrain/PaintBrushes/SmoothSphere.cs | |||
@@ -42,7 +42,7 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain.PaintBrushes | |||
42 | 42 | ||
43 | double area = strength; | 43 | double area = strength; |
44 | double step = strength / 4.0; | 44 | double step = strength / 4.0; |
45 | duration = 0.0045; //MCP Should be read from ini file | 45 | duration = 0.03; //MCP Should be read from ini file |
46 | 46 | ||
47 | 47 | ||
48 | // compute delta map | 48 | // compute delta map |