Merge branch 'master' into ctb-autoplay-2b-crashfix

This commit is contained in:
Dan Balasescu 2019-06-17 10:05:39 +09:00 committed by GitHub
commit eddf31226a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -36,12 +36,11 @@ private void load(IAdjustableClock adjustableClock)
playButton = new IconButton
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.Centre,
Origin = Anchor.CentreLeft,
Scale = new Vector2(1.4f),
IconScale = new Vector2(1.4f),
Icon = FontAwesome.Regular.PlayCircle,
Action = togglePause,
Padding = new MarginPadding { Left = 20 }
},
new OsuSpriteText
{