mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Rename and add xmldoc for smooth seeking method
This commit is contained in:
@ -206,7 +206,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
Action = () =>
|
||||
{
|
||||
selectedGroup.Value = controlGroup;
|
||||
clock.SeekTo(controlGroup.Time);
|
||||
clock.SeekSmoothlyTo(controlGroup.Time);
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user