Changeset 584
- Timestamp:
- 06/26/08 17:02:51 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/tom-tweenlite/lib/com/modestmaps/core/TileGrid.as
r583 r584 401 401 var stillNeedsAnImage:Boolean = !foundParent && foundChildren < 4; 402 402 // if it still doesn't have an image yet, try more parent zooms 403 if (stillNeedsAnImage && maxParentSearch > 1 && tileReady && currentZoom > minZoom) {403 if (stillNeedsAnImage && maxParentSearch > 1 && !tileReady && currentZoom > minZoom) { 404 404 for (pzoom = startZoomSearch; pzoom >= endZoomSearch; pzoom--) { 405 405 pkey = parentKey(col, row, currentZoom, pzoom);
