diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.API.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.API.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.API.cs b/OpenSim/Region/ClientStack/ClientView.API.cs index 956f2b4..2f5c5c3 100644 --- a/OpenSim/Region/ClientStack/ClientView.API.cs +++ b/OpenSim/Region/ClientStack/ClientView.API.cs | |||
@@ -323,8 +323,8 @@ namespace OpenSim.Region.ClientStack | |||
323 | { | 323 | { |
324 | int[] patches = new int[1]; | 324 | int[] patches = new int[1]; |
325 | int patchx, patchy; | 325 | int patchx, patchy; |
326 | patchx = px / 16; | 326 | patchx = px; |
327 | patchy = py / 16; | 327 | patchy = py; |
328 | 328 | ||
329 | patches[0] = patchx + 0 + patchy * 16; | 329 | patches[0] = patchx + 0 + patchy * 16; |
330 | 330 | ||