mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 09:20:02 +09:00
Add missing tab
This commit is contained in:
@ -224,7 +224,7 @@ namespace osu.Game.Screens.Menu
|
||||
{
|
||||
sampleHover = audio.Sample.Get(@"Menu/hover");
|
||||
if (!string.IsNullOrEmpty(sampleName))
|
||||
sampleClick = audio.Sample.Get($@"Menu/{sampleName}");
|
||||
sampleClick = audio.Sample.Get($@"Menu/{sampleName}");
|
||||
}
|
||||
|
||||
protected override bool OnMouseDown(InputState state, MouseDownEventArgs args)
|
||||
|
Reference in New Issue
Block a user