1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 03:53:21 +08:00

Fixed "no animations" issue

This commit is contained in:
Givikap120 2023-09-03 14:51:53 +03:00
parent 0797926448
commit 8281ed5173

View File

@ -50,6 +50,7 @@ namespace osu.Game.Overlays.Mods
const float corner_radius = 7;
const float border_thickness = 2;
AutoSizeAxes = Axes.Both;
InternalChild = content = new InputBlockingContainer
{
Origin = Anchor.BottomRight,