1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 05:59:53 +08:00

Merge pull request #2143 from peppy/remove-buffered-container-usage

Don't use BufferedContainer for OsuLogo
This commit is contained in:
Thomas Müller
2018-03-01 10:36:42 +01:00
committed by GitHub
Unverified
+1 -1
View File
@@ -143,7 +143,7 @@ namespace osu.Game.Screens.Menu
Alpha = 0.5f,
Size = new Vector2(0.96f)
},
new BufferedContainer
new Container
{
AutoSizeAxes = Axes.Both,
Children = new Drawable[]