1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 23:12:56 +08:00

Fixed some formatting

This commit is contained in:
OpenSauce04 2023-01-11 20:06:43 +00:00
parent 32d1d5a34a
commit a0ff03def3

View File

@ -114,20 +114,24 @@ namespace osu.Game.Rulesets.Taiko.UI
};
}
private readonly TaikoAction[,] mappedTaikoAction = {
{ // KDDK
private readonly TaikoAction[,] mappedTaikoAction =
{
{
// KDDK
TaikoAction.LeftRim,
TaikoAction.LeftCentre,
TaikoAction.RightCentre,
TaikoAction.RightRim
},
{ // DDKK
{
// DDKK
TaikoAction.LeftCentre,
TaikoAction.RightCentre,
TaikoAction.LeftRim,
TaikoAction.RightRim
},
{ // KKDD
{
// KKDD
TaikoAction.LeftRim,
TaikoAction.RightRim,
TaikoAction.LeftCentre,