mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-03 05:43:30 +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(
|
var result = this._updateTile(
|
||||||
haveDrawn,
|
|
||||||
drawLevel,
|
drawLevel,
|
||||||
|
haveDrawn,
|
||||||
flippedX, y,
|
flippedX, y,
|
||||||
level,
|
level,
|
||||||
levelVisibility,
|
levelVisibility,
|
||||||
|
|
Loading…
Add table
Reference in a new issue