[Bug] Fix blinds animation (#3254)
so the blinds animation is not broken when using Save & Quit
This commit is contained in:
parent
ebbdc334e9
commit
d3dba2ebe2
|
@ -387,7 +387,6 @@ export default class BattleScene extends SceneBase {
|
|||
duration: 1250,
|
||||
});
|
||||
transition.once("complete", () => {
|
||||
this.textures.remove("loading_bg");
|
||||
transition.destroy();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue