parent
2c7125710f
commit
7bc26d9a62
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ class GameScreen implements Screen, InputProcessor, BinSerializable {
|
|||
}
|
||||
}
|
||||
|
||||
private void deleteSave() {
|
||||
private static void deleteSave() {
|
||||
final FileHandle handle = Gdx.files.local(SAVE_DAT_FILENAME);
|
||||
if (handle.exists())
|
||||
handle.delete();
|
||||
|
|
Loading…
Reference in a new issue