From 15c13ed7dff4d9278a9cc5ffbd5cdcc4c43e774a Mon Sep 17 00:00:00 2001 From: teejusb <5017202+teejusb@users.noreply.github.com> Date: Sat, 4 Jun 2022 13:40:45 -0700 Subject: [PATCH] Set default editor noteskin to cel --- src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp index cd078af3ca..12b252c6c5 100644 --- a/src/ScreenEdit.cpp +++ b/src/ScreenEdit.cpp @@ -1381,7 +1381,7 @@ static void SetDefaultEditorNoteSkin( size_t num, RString &sNameOut, RString &de sNameOut = ssprintf( "EditorNoteSkinP%d", int(num + 1) ); // XXX: We need more supported noteskins. - defaultValueOut = "default"; + defaultValueOut = "cel"; } static Preference1D EDITOR_NOTE_SKINS( SetDefaultEditorNoteSkin, NUM_PLAYERS );