mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Don't use BufferedContainer for OsuLogo
Minor performance improvement. Not sure why this was done but it's not required any more.
This commit is contained in:
parent
8f10dc7512
commit
6dc9411a90
@ -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[]
|
||||
|
Loading…
Reference in New Issue
Block a user