Set default editor noteskin to cel
This commit is contained in:
+1
-1
@@ -1381,7 +1381,7 @@ static void SetDefaultEditorNoteSkin( size_t num, RString &sNameOut, RString &de
|
|||||||
sNameOut = ssprintf( "EditorNoteSkinP%d", int(num + 1) );
|
sNameOut = ssprintf( "EditorNoteSkinP%d", int(num + 1) );
|
||||||
|
|
||||||
// XXX: We need more supported noteskins.
|
// XXX: We need more supported noteskins.
|
||||||
defaultValueOut = "default";
|
defaultValueOut = "cel";
|
||||||
}
|
}
|
||||||
|
|
||||||
static Preference1D<RString> EDITOR_NOTE_SKINS( SetDefaultEditorNoteSkin, NUM_PLAYERS );
|
static Preference1D<RString> EDITOR_NOTE_SKINS( SetDefaultEditorNoteSkin, NUM_PLAYERS );
|
||||||
|
|||||||
Reference in New Issue
Block a user