From 49af6b53e74123ccebdbd411d456cb8bae528d61 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sun, 26 Jan 2014 19:32:28 -0800 Subject: varregion: enable teleporting to a varregion by clicking on the map and pressing the 'teleport' button. This commit adds returning region map info for all the subregions of a varregion. This also handles the selection of the extra region and then the displacement of the postion so the teleport is to the correct location. --- OpenSim/Region/CoreModules/World/LegacyMap/MapImageModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/CoreModules/World/LegacyMap/MapImageModule.cs') diff --git a/OpenSim/Region/CoreModules/World/LegacyMap/MapImageModule.cs b/OpenSim/Region/CoreModules/World/LegacyMap/MapImageModule.cs index 81d1a4a..1dad8ba 100644 --- a/OpenSim/Region/CoreModules/World/LegacyMap/MapImageModule.cs +++ b/OpenSim/Region/CoreModules/World/LegacyMap/MapImageModule.cs @@ -549,7 +549,7 @@ namespace OpenSim.Region.CoreModules.World.LegacyMap z_localIDs.Add(part.LocalId); z_sortheights.Add(pos.Z); - for (int wx = mapdrawstartX; wx < mapdrawendX; wx++) + // for (int wx = mapdrawstartX; wx < mapdrawendX; wx++) // { // for (wy = mapdrawstartY; wy < mapdrawendY; wy++) // { -- cgit v1.1