1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 03:22:55 +08:00

Make keyboard control work

This commit is contained in:
Dean Herbert 2018-03-20 21:38:22 +09:00
parent 045610dbfe
commit dac1ba21db

View File

@ -212,6 +212,8 @@ namespace osu.Game.Screens.Edit.Screens.Compose
{ {
marker.MoveToX(getTickPosition(v), 100, Easing.OutQuint); marker.MoveToX(getTickPosition(v), 100, Easing.OutQuint);
marker.Flash(); marker.Flash();
KeyboardStep = v / 3f;
}; };
} }