mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 21:07:59 +09:00
Fix multiplier display not blocking input
This commit is contained in:
parent
0f4b40ab15
commit
82a1d1cc2e
@ -52,7 +52,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
Height = HEIGHT;
|
Height = HEIGHT;
|
||||||
AutoSizeAxes = Axes.X;
|
AutoSizeAxes = Axes.X;
|
||||||
|
|
||||||
InternalChild = new Container
|
InternalChild = new InputBlockingContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Y,
|
RelativeSizeAxes = Axes.Y,
|
||||||
AutoSizeAxes = Axes.X,
|
AutoSizeAxes = Axes.X,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user