diff --git a/packages/graphics/src/GraphicsGeometry.js b/packages/graphics/src/GraphicsGeometry.js index 0471c85..04ed362 100644 --- a/packages/graphics/src/GraphicsGeometry.js +++ b/packages/graphics/src/GraphicsGeometry.js @@ -238,6 +238,7 @@ this.boundsDirty = -1; this.dirty++; this.clearDirty++; + this.batchDirty++; this.graphicsData.length = 0; this.shapeIndex = 0;