Fix portal position-to-guid cache

(thanks @dustingraham)
This commit is contained in:
fkloft
2015-01-15 00:33:33 +01:00
parent 1c9d0bf44e
commit bfdedaa642

View File

@ -269,7 +269,7 @@ window.Render.prototype.createPortalEntity = function(ent) {
data: data data: data
}; };
window.pushPortalGuidPositionCache(ent[0], ent[2][3], ent[2][4]); window.pushPortalGuidPositionCache(ent[0], data.latE6, data.lngE6);
var marker = createMarker(latlng, dataOptions); var marker = createMarker(latlng, dataOptions);