mirror of
https://github.com/ppy/osu.git
synced 2025-03-11 15:27:20 +08:00
Merge pull request #780 from peppy/bad-bad-ratio-container
Fix ratio container being added to a level too high
This commit is contained in:
commit
bab8997b43
@ -146,7 +146,7 @@ namespace osu.Game
|
|||||||
{
|
{
|
||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
|
||||||
AddInternal(ratioContainer = new RatioAdjust
|
base.Content.Add(ratioContainer = new RatioAdjust
|
||||||
{
|
{
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user