mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 06:25:44 +08:00
* SendLayerData overload including coords now uses patch number rather than coords directly.
This commit is contained in:
@@ -323,8 +323,8 @@ namespace OpenSim.Region.ClientStack
|
||||
{
|
||||
int[] patches = new int[1];
|
||||
int patchx, patchy;
|
||||
patchx = px / 16;
|
||||
patchy = py / 16;
|
||||
patchx = px;
|
||||
patchy = py;
|
||||
|
||||
patches[0] = patchx + 0 + patchy * 16;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user