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