* 1 line commit: Erosion functions should taint the terrain.

afrisby
Adam Frisby 2007-07-23 15:47:14 +00:00
parent 14879fead9
commit a60b2654ed
1 changed files with 1 additions and 0 deletions

View File

@ -428,6 +428,7 @@ namespace OpenSim.Region.Terrain
resultText = "Unknown erosion type"; resultText = "Unknown erosion type";
return false; return false;
} }
tainted++;
return true; return true;
} }