diff --git a/source/states/editors/NoteSplashEditorState.hx b/source/states/editors/NoteSplashEditorState.hx index 09470127845..a49aaa2be10 100644 --- a/source/states/editors/NoteSplashEditorState.hx +++ b/source/states/editors/NoteSplashEditorState.hx @@ -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 } }