Skip to content

Commit

Permalink
false to true
Browse files Browse the repository at this point in the history
  • Loading branch information
leobesnard committed Nov 27, 2023
1 parent 9d80c8b commit 0b025a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/pages/Game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export class Pong extends Component {
}

componentWillUnmount(): void {
this.app.destroy(true, { children: false, texture: true, baseTexture: true });
this.app.destroy(true, { children: true, texture: true, baseTexture: true });
this.socket.disconnect();
window.onresize = () => {};
}
Expand Down

0 comments on commit 0b025a9

Please sign in to comment.