mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Use established constants
This commit is contained in:
parent
86b13074a0
commit
7a8a37dae6
@ -63,9 +63,9 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
{
|
||||
return bank switch
|
||||
{
|
||||
"normal" => "N",
|
||||
"soft" => "S",
|
||||
"drum" => "D",
|
||||
HitSampleInfo.BANK_NORMAL => @"N",
|
||||
HitSampleInfo.BANK_SOFT => @"S",
|
||||
HitSampleInfo.BANK_DRUM => @"D",
|
||||
_ => bank
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user