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

fix comment

This commit is contained in:
TaterToes 2024-10-17 18:12:05 -04:00 committed by GitHub
parent e10293531b
commit c8b0220934
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1098,7 +1098,7 @@ namespace osu.Game.Screens.Edit
private void seekControlPoint(int direction)
{
// Gives 350 ms margin to seek back after last control point
// Gives margin to seek back after last control point
double seekMargin = 0;
if (clock.IsRunning)
{