Fix spinners not starting placement with the first click

This commit is contained in:
smoogipoo 2018-11-13 12:52:44 +09:00
parent fbc20d2d4d
commit 819cba31ce
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ protected override bool OnClick(ClickEvent e)
isPlacingEnd = true;
piece.FadeTo(1f, 150, Easing.OutQuint);
BeginPlacement();
}
return true;