mirror of
https://github.com/osukey/osukey.git
synced 2025-05-26 07:57:32 +09: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:
commit
4431f828f5
@ -46,8 +46,8 @@ namespace osu.Game.Graphics.Containers
|
|||||||
|
|
||||||
AddRangeInternal(new Drawable[]
|
AddRangeInternal(new Drawable[]
|
||||||
{
|
{
|
||||||
|
CreateHoverSounds(sampleSet),
|
||||||
content,
|
content,
|
||||||
CreateHoverSounds(sampleSet)
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user