mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Fix OsuClickableContainer
sounds not being blocked by nested drawables
This commit is contained in:
parent
939144fb6c
commit
24a5a1061f
@ -46,8 +46,8 @@ namespace osu.Game.Graphics.Containers
|
|||||||
|
|
||||||
AddRangeInternal(new Drawable[]
|
AddRangeInternal(new Drawable[]
|
||||||
{
|
{
|
||||||
|
CreateHoverSounds(sampleSet),
|
||||||
content,
|
content,
|
||||||
CreateHoverSounds(sampleSet)
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user