mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 23:12:56 +08:00
Code formatting
This commit is contained in:
parent
4dbe589de2
commit
50b0fca264
@ -32,6 +32,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
|
||||
return LastAcceptedDonAction == null || LastAcceptedDonAction == action;
|
||||
if (action == TaikoAction.LeftRim || action == TaikoAction.RightRim)
|
||||
return LastAcceptedKatAction == null || LastAcceptedKatAction == action;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -107,6 +108,7 @@ namespace osu.Game.Rulesets.Taiko.Mods
|
||||
LastAcceptedDonAction = action;
|
||||
if (action == TaikoAction.LeftRim || action == TaikoAction.RightRim)
|
||||
LastAcceptedKatAction = action;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user