add missing stage.dispose call
This commit is contained in:
@@ -136,5 +136,6 @@ public class GameScreen extends ScreenAdapter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.physicWorld.dispose();
|
this.physicWorld.dispose();
|
||||||
|
this.stage.dispose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user