Debugging code

This commit is contained in:
Ian Gilman 2017-05-18 11:19:06 -07:00
parent 03e43998eb
commit 283b2974dd

View File

@ -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);