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

View File

@ -37,6 +37,8 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Spinners
isPlacingEnd = true;
piece.FadeTo(1f, 150, Easing.OutQuint);
BeginPlacement();
}
return true;