mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-01 21:06:12 +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
1 changed files with 1 additions and 1 deletions
|
@ -1651,8 +1651,8 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
|
|||
}
|
||||
|
||||
var result = this._updateTile(
|
||||
haveDrawn,
|
||||
drawLevel,
|
||||
haveDrawn,
|
||||
flippedX, y,
|
||||
level,
|
||||
levelVisibility,
|
||||
|
|
Loading…
Add table
Reference in a new issue