diff --git a/src/extras/cacheAsBitmap.js b/src/extras/cacheAsBitmap.js index 949668b..d90c8c6 100644 --- a/src/extras/cacheAsBitmap.js +++ b/src/extras/cacheAsBitmap.js @@ -309,5 +309,5 @@ DisplayObject.prototype._cacheAsBitmapDestroy = function () { this.cacheAsBitmap = false; - this._cacheData.originalDestroy(); + this.destroy(); };