mirror of
https://github.com/ppy/osu
synced 2025-02-07 13:51:59 +00:00
Add implicit braces for clarity
This commit is contained in:
parent
956980ee90
commit
2626ab41c3
@ -40,7 +40,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
private void onComboChange(ValueChangedEvent<int> combo)
|
||||
{
|
||||
if (combo.NewValue == 0 && (combo.OldValue > 20 || alwaysPlay.Value && firstTime))
|
||||
if (combo.NewValue == 0 && (combo.OldValue > 20 || (alwaysPlay.Value && firstTime)))
|
||||
{
|
||||
comboBreakSample?.Play();
|
||||
firstTime = false;
|
||||
|
Loading…
Reference in New Issue
Block a user