From 863acdab9bbde8d82eef66a12d7c30ef9a819a4a Mon Sep 17 00:00:00 2001 From: Lily Date: Mon, 6 Jan 2025 15:34:22 +0300 Subject: [PATCH] brah --- source/states/editors/NoteSplashEditorState.hx | 1 + 1 file changed, 1 insertion(+) 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 } }