1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 09:43:10 +08:00

Add missing tab

This commit is contained in:
Dean Herbert 2017-07-01 07:10:04 -07:00 committed by GitHub
parent 043c7756f7
commit 3a82d77e5b

View File

@ -224,7 +224,7 @@ namespace osu.Game.Screens.Menu
{ {
sampleHover = audio.Sample.Get(@"Menu/hover"); sampleHover = audio.Sample.Get(@"Menu/hover");
if (!string.IsNullOrEmpty(sampleName)) if (!string.IsNullOrEmpty(sampleName))
sampleClick = audio.Sample.Get($@"Menu/{sampleName}"); sampleClick = audio.Sample.Get($@"Menu/{sampleName}");
} }
protected override bool OnMouseDown(InputState state, MouseDownEventArgs args) protected override bool OnMouseDown(InputState state, MouseDownEventArgs args)