diff --git a/src/core/graphics/Graphics.js b/src/core/graphics/Graphics.js index 1c6361e..6c575d8 100644 --- a/src/core/graphics/Graphics.js +++ b/src/core/graphics/Graphics.js @@ -698,6 +698,10 @@ { this.dirty = true; this.glDirty = false; + } + + if(this.dirty) + { this._fastRect = this.isFastRect(); }