Fix editor play button

This commit is contained in:
Joehu 2019-06-15 11:05:58 -07:00
parent c4899d90ad
commit 1a9efb3d7a
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
{