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:
parent
043c7756f7
commit
3a82d77e5b
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user