* 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";
|
resultText = "Unknown erosion type";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
tainted++;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue