revert swapping order of arguments in _updateTile call to fix behavior of canvas drawer

This commit is contained in:
Tom 2024-05-21 16:33:48 -04:00
parent 5be44521b5
commit 9ef1c5952e

View File

@ -1651,8 +1651,8 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
}
var result = this._updateTile(
haveDrawn,
drawLevel,
haveDrawn,
flippedX, y,
level,
levelVisibility,