1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 19:33:01 +08:00

attempt to fix formatting

This commit is contained in:
TaterToes 2024-10-18 07:21:05 -04:00 committed by GitHub
parent b35b16dc10
commit 1cc6309656
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1100,6 +1100,7 @@ namespace osu.Game.Screens.Edit
{
// Gives margin to seek back after last control point
double seekMargin = 0;
if (clock.IsRunning)
{
IAdjustableClock adjustableClock = clock;