mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 20:52:54 +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)
|
if (e.ShiftPressed)
|
||||||
{
|
{
|
||||||
string? bank = banks.ElementAtOrDefault(rightIndex);
|
string? newBank = banks.ElementAtOrDefault(rightIndex);
|
||||||
updateBank(bank);
|
updateBank(newBank);
|
||||||
updateBankText();
|
updateBankText();
|
||||||
updateAdditionBank(bank);
|
updateAdditionBank(newBank);
|
||||||
updateAdditionBankText();
|
updateAdditionBankText();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user