1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:57:52 +08:00

Hit Objects/Hit Sounds -> Hitobjects/Hitsounds

This commit is contained in:
smoogipoo 2017-10-12 15:37:45 +09:00
parent e12fa49436
commit 2844764e3c

View File

@ -58,8 +58,8 @@ namespace osu.Game.Screens.Edit.Screens.Compose.Timeline
Spacing = new Vector2(0, 4),
Children = new[]
{
new OsuCheckbox { LabelText = "Hit Objects" },
new OsuCheckbox { LabelText = "Hit Sounds" },
new OsuCheckbox { LabelText = "Hitobjects" },
new OsuCheckbox { LabelText = "Hitsounds" },
new OsuCheckbox { LabelText = "Waveform" }
}
}