mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix ScrollContainer crashes
This commit is contained in:
@ -123,8 +123,6 @@ namespace osu.Game.Graphics.Containers
|
|||||||
|
|
||||||
Masking = true;
|
Masking = true;
|
||||||
Child = box = new Box { RelativeSizeAxes = Axes.Both };
|
Child = box = new Box { RelativeSizeAxes = Axes.Both };
|
||||||
|
|
||||||
ResizeTo(1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Reference in New Issue
Block a user