mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Define explicit method to add background
Also cleans up some redundant/misplaced comments.
This commit is contained in:
@ -85,7 +85,7 @@ namespace osu.Game.Screens.Backgrounds
|
||||
}
|
||||
|
||||
b.Depth = newDepth;
|
||||
fadeContainer.Add(Background = b);
|
||||
fadeContainer.Background = Background = b;
|
||||
StoryboardReplacesBackground.BindTo(fadeContainer.StoryboardReplacesBackground);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user