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