Skip to content

Commit

Permalink
umm alright
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Nov 14, 2024
1 parent 146bd25 commit 3f988dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/editors/SaveSubstate.hx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class SaveSubstate extends MusicBeatSubstate {
super.create();

#if mobile
MobileUtil.saveContent(options.defaultSaveFile + options.saveExt.getDefault(Path.extension(options.defaultSaveFile)), data);
MobileUtil.saveContent(options.defaultSaveFile, data);
close();
#else
var fileDialog = new FileDialog();
Expand Down

0 comments on commit 3f988dd

Please sign in to comment.