1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 14:47:25 +08:00

Fix double interpolation being applied when applyOffsets=false

This commit is contained in:
Dean Herbert 2023-10-04 18:04:07 +09:00
parent 20342d430d
commit f8455af0d0
No known key found for this signature in database

View File

@ -79,7 +79,7 @@ namespace osu.Game.Beatmaps
}
else
{
finalClockSource = new InterpolatingFramedClock(interpolatedTrack);
finalClockSource = interpolatedTrack;
}
}