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

Commit b5da0e1

Browse files
Reset highscores
1 parent c77bedf commit b5da0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/info/zthings/geem/structs/ResourceContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public GlyphLayout getHighscoreGlyph() {
125125

126126
protected Preferences getPrefs() {
127127
if (preferences == null)
128-
preferences = Gdx.app.getPreferences("geem-highscore");
128+
preferences = Gdx.app.getPreferences("geem-highscore-v1.2");
129129
return preferences;
130130
}
131131

0 commit comments

Comments
 (0)