* 1 line commit: Erosion functions should taint the terrain.
parent
14879fead9
commit
a60b2654ed
|
@ -428,6 +428,7 @@ namespace OpenSim.Region.Terrain
|
|||
resultText = "Unknown erosion type";
|
||||
return false;
|
||||
}
|
||||
tainted++;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue