1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00

Fix OsuClickableContainer sounds not being blocked by nested drawables

This commit is contained in:
Joseph Madamba 2023-02-13 10:18:45 -08:00
parent 939144fb6c
commit 24a5a1061f

View File

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