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