From 263a664e589da0f9e0e8c5accfd1bde5c67ad13d Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 7 Oct 2024 18:19:38 -0400 Subject: [PATCH] add _needsUpdate during tiledImage.setClip() --- src/tiledimage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tiledimage.js b/src/tiledimage.js index 76a4f226..17a7abcf 100644 --- a/src/tiledimage.js +++ b/src/tiledimage.js @@ -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.