mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
revert swapping order of arguments in _updateTile call to fix behavior of canvas drawer
This commit is contained in:
parent
5be44521b5
commit
9ef1c5952e
@ -1651,8 +1651,8 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
|
||||
}
|
||||
|
||||
var result = this._updateTile(
|
||||
haveDrawn,
|
||||
drawLevel,
|
||||
haveDrawn,
|
||||
flippedX, y,
|
||||
level,
|
||||
levelVisibility,
|
||||
|
Loading…
Reference in New Issue
Block a user