Skip to content
This repository has been archived by the owner on May 27, 2023. It is now read-only.

Commit

Permalink
Reset highscores
Browse files Browse the repository at this point in the history
  • Loading branch information
HoldYourWaffle committed Jun 14, 2018
1 parent c77bedf commit b5da0e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public GlyphLayout getHighscoreGlyph() {

protected Preferences getPrefs() {
if (preferences == null)
preferences = Gdx.app.getPreferences("geem-highscore");
preferences = Gdx.app.getPreferences("geem-highscore-v1.2");
return preferences;
}

Expand Down

0 comments on commit b5da0e1

Please sign in to comment.