diff --git a/src/core/graphics/canvas/CanvasGraphicsRenderer.js b/src/core/graphics/canvas/CanvasGraphicsRenderer.js index 9733a59..593ccb0 100644 --- a/src/core/graphics/canvas/CanvasGraphicsRenderer.js +++ b/src/core/graphics/canvas/CanvasGraphicsRenderer.js @@ -44,9 +44,9 @@ const resolution = renderer.resolution; // if the tint has changed, set the graphics object to dirty. - if (this._prevTint !== this.tint) + if (graphics._prevTint !== graphics.tint) { - this.dirty = true; + graphics.dirty = true; } context.setTransform(