Fix multiplier display not blocking input

This commit is contained in:
Dean Herbert 2022-04-22 15:22:58 +09:00
parent 0f4b40ab15
commit 82a1d1cc2e

View File

@ -52,7 +52,7 @@ namespace osu.Game.Overlays.Mods
Height = HEIGHT;
AutoSizeAxes = Axes.X;
InternalChild = new Container
InternalChild = new InputBlockingContainer
{
RelativeSizeAxes = Axes.Y,
AutoSizeAxes = Axes.X,