1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 14:53:19 +08:00

fix comment

This commit is contained in:
TaterToes
2024-10-17 18:12:05 -04:00
committed by GitHub
Unverified
parent e10293531b
commit c8b0220934
+1 -1
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)
{