Set default editor noteskin to cel

This commit is contained in:
teejusb
2022-06-04 13:40:45 -07:00
parent f14b8e4666
commit 15c13ed7df
+1 -1
View File
@@ -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<RString> EDITOR_NOTE_SKINS( SetDefaultEditorNoteSkin, NUM_PLAYERS );