Mercurial > wow > worldplan
comparison FlightMap.lua @ 56:0749e38081e7
- More fixes for map updates from non-Legion zones.
| author | Nenue |
|---|---|
| date | Tue, 03 Jan 2017 20:04:16 -0500 |
| parents | 44baf4f35c7c |
| children | 96183f981acb |
comparison
equal
deleted
inserted
replaced
| 55:6a2e85836219 | 56:0749e38081e7 |
|---|---|
| 112 end | 112 end |
| 113 frame:SetPosition(info.x, info.y) | 113 frame:SetPosition(info.x, info.y) |
| 114 frame.pin = pin | 114 frame.pin = pin |
| 115 | 115 |
| 116 -- sticking it onto the MapCanvas pin | 116 -- sticking it onto the MapCanvas pin |
| 117 pin.owningFrame = frame:GetMap() | |
| 117 pin.throttle = 1 | 118 pin.throttle = 1 |
| 118 pin.isStale = true | 119 pin.isStale = true |
| 119 pin:SetAnchor(frame) | 120 pin:SetAnchor(frame) |
| 120 --print(pin.Overlay:IsShown(), pin.Overlay:GetPoint(1)) | 121 --print(pin.Overlay:IsShown(), pin.Overlay:GetPoint(1)) |
| 121 end | 122 end |
