mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 17:12:56 +08:00
fix code quality
This commit is contained in:
parent
4ff58c6818
commit
88e6fe72dc
@ -394,10 +394,10 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
|
||||
if (e.ShiftPressed)
|
||||
{
|
||||
string? bank = banks.ElementAtOrDefault(rightIndex);
|
||||
updateBank(bank);
|
||||
string? newBank = banks.ElementAtOrDefault(rightIndex);
|
||||
updateBank(newBank);
|
||||
updateBankText();
|
||||
updateAdditionBank(bank);
|
||||
updateAdditionBank(newBank);
|
||||
updateAdditionBankText();
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user