@duyquangnvx/pixi-game-engine 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -2617,6 +2617,7 @@ var Engine = class _Engine {
2617
2617
  _Engine.onSceneChange.clear();
2618
2618
  _Engine._app.destroy(true, { children: true, texture: true });
2619
2619
  PIXI10.Assets.reset();
2620
+ PIXI10.Cache.reset();
2620
2621
  _Engine._isRunning = false;
2621
2622
  _Engine._initialized = false;
2622
2623
  }