* May make the terrain flatten brush behave like Second Life(tm)'s client expects. May break everything. You decide!

0.6.6-post-fixes
Adam Frisby 2009-05-28 15:27:15 +00:00
parent 275e53b126
commit a7b49084ad
1 changed files with 5 additions and 1 deletions

View File

@ -41,10 +41,13 @@ namespace OpenSim.Region.CoreModules.World.Terrain.PaintBrushes
int x, y; int x, y;
duration = 0.009; //MCP Should be read from ini file
// Disabled - just use the client value.
/*
if (rz < 0) { if (rz < 0) {
double sum = 0.0; double sum = 0.0;
double step2 = 0.0; double step2 = 0.0;
duration = 0.009; //MCP Should be read from ini file
// compute delta map // compute delta map
@ -63,6 +66,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain.PaintBrushes
} }
rz = sum / step2; rz = sum / step2;
} }
*/
// blend in map // blend in map