[Bug] Fix blinds animation (#3254)

so the blinds animation is not broken when using Save & Quit
This commit is contained in:
flx-sta 2024-07-30 09:33:13 -07:00 committed by GitHub
parent ebbdc334e9
commit d3dba2ebe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -387,7 +387,6 @@ export default class BattleScene extends SceneBase {
duration: 1250,
});
transition.once("complete", () => {
this.textures.remove("loading_bg");
transition.destroy();
});