mirror of https://github.com/ppy/osu
Fix spinners not starting placement with the first click
This commit is contained in:
parent
fbc20d2d4d
commit
819cba31ce
|
@ -37,6 +37,8 @@ protected override bool OnClick(ClickEvent e)
|
|||
|
||||
isPlacingEnd = true;
|
||||
piece.FadeTo(1f, 150, Easing.OutQuint);
|
||||
|
||||
BeginPlacement();
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue