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

This commit is contained in:
Adam Frisby
2007-07-23 15:47:14 +00:00
parent 14879fead9
commit a60b2654ed

View File

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