1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-18 06:27:18 +08:00

Merge pull request #5580 from Joehuu/mod-filter-hover-sound

Add hover click sounds to leaderboard mod filter
This commit is contained in:
Dean Herbert 2019-08-03 19:03:34 +02:00 committed by GitHub
commit 3a21a9e0ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,8 @@ namespace osu.Game.Graphics.UserInterface
Colour = Color4.White,
Origin = Anchor.BottomLeft,
Anchor = Anchor.BottomLeft,
}
},
new HoverClickSounds()
};
Current.ValueChanged += selected =>