mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09:00
Fixed indentation
This commit is contained in:
parent
36108ea841
commit
b2d453fd2e
@ -90,14 +90,14 @@ namespace osu.Game.Rulesets.Taiko.Mods
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
if ((action == TaikoAction.LeftCentre || action == TaikoAction.RightCentre)
|
if ((action == TaikoAction.LeftCentre || action == TaikoAction.RightCentre)
|
||||||
&& (lastAcceptedCentreAction == null || lastAcceptedCentreAction == action))
|
&& (lastAcceptedCentreAction == null || lastAcceptedCentreAction == action))
|
||||||
{
|
{
|
||||||
lastAcceptedCentreAction = action;
|
lastAcceptedCentreAction = action;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((action == TaikoAction.LeftRim || action == TaikoAction.RightRim)
|
if ((action == TaikoAction.LeftRim || action == TaikoAction.RightRim)
|
||||||
&& (lastAcceptedRimAction == null || lastAcceptedRimAction == action))
|
&& (lastAcceptedRimAction == null || lastAcceptedRimAction == action))
|
||||||
{
|
{
|
||||||
lastAcceptedRimAction = action;
|
lastAcceptedRimAction = action;
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user