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
commit 2d37970b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ public OsuLogo()
Alpha = 0.5f,
Size = new Vector2(0.96f)
},
new BufferedContainer
new Container
{
AutoSizeAxes = Axes.Both,
Children = new Drawable[]