Skip to content

Commit

Permalink
fixed bug (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad11Dab committed Sep 7, 2023
1 parent f56ca5f commit 0b5452e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ protected void draw(SpriteBatch batch) {

@Override
public void dispose() {
// atlas.dispose();
// atlas.dispose(); // this has to be disabled to keep the atlas file for other entities that rely on it
super.dispose();
}
}

0 comments on commit 0b5452e

Please sign in to comment.