Merge pull request #2590 from pearcetm/fix-setClip

Bug fix in TiledImage.setClip
This commit is contained in:
Ian Gilman 2024-10-08 09:24:41 -07:00 committed by GitHub
commit 3e0e39900e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -878,6 +878,7 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
this._clip = null;
}
this._needsUpdate = true;
this._needsDraw = true;
/**
* Raised when the TiledImage's clip is changed.