mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Add implicit braces for clarity
This commit is contained in:
@ -40,7 +40,7 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
private void onComboChange(ValueChangedEvent<int> combo)
|
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();
|
comboBreakSample?.Play();
|
||||||
firstTime = false;
|
firstTime = false;
|
||||||
|
Reference in New Issue
Block a user