1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 05:32:54 +08:00

Merge pull request #22633 from Joehuu/fix-nested-element-sounds

Fix `OsuClickableContainer` sounds not being blocked by nested drawables
This commit is contained in:
Dean Herbert 2023-02-14 13:40:19 +09:00 committed by GitHub
commit 4431f828f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,8 +46,8 @@ namespace osu.Game.Graphics.Containers
AddRangeInternal(new Drawable[]
{
CreateHoverSounds(sampleSet),
content,
CreateHoverSounds(sampleSet)
});
}