mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Small fix, patch values should be multiplied by their size (16)
This commit is contained in:
@@ -254,7 +254,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
for (int y = 0; y < 16; y++)
|
||||
{
|
||||
if (Terrain.Tainted(x, y))
|
||||
if (Terrain.Tainted(x * 16, y * 16))
|
||||
{
|
||||
SendLayerData(x, y, presence.ControllingClient, terData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user