Skip to content

Commit

Permalink
brah
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Jan 6, 2025
1 parent 124f1bf commit 863acda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/states/editors/NoteSplashEditorState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,7 @@ class NoteSplashEditorState extends MusicBeatState
_file.addEventListener(Event.CANCEL, onSaveCancel);
_file.addEventListener(IOErrorEvent.IO_ERROR, onSaveError);
_file.save(data, imageSkin + ".json");
#end
}
}

Expand Down

0 comments on commit 863acda

Please sign in to comment.