add missing stage.dispose call

This commit is contained in:
Quillraven
2025-08-07 07:24:03 +02:00
parent f9d1b55b74
commit aff6bd7756

View File

@@ -136,5 +136,6 @@ public class GameScreen extends ScreenAdapter {
} }
} }
this.physicWorld.dispose(); this.physicWorld.dispose();
this.stage.dispose();
} }
} }