mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Debugging code
This commit is contained in:
parent
03e43998eb
commit
283b2974dd
@ -1018,6 +1018,7 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
|
||||
|
||||
// Load the new 'best' tile
|
||||
if (bestTile && !bestTile.context2D) {
|
||||
$.console.log('loading tile, level: ' + bestTile.level + ', x: ' + bestTile.x + ', y: ' + bestTile.y);
|
||||
loadTile(this, bestTile, currentTime);
|
||||
this._needsDraw = true;
|
||||
this._setFullyLoaded(false);
|
||||
|
Loading…
Reference in New Issue
Block a user