1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 15:27:24 +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 else
{ {
finalClockSource = new InterpolatingFramedClock(interpolatedTrack); finalClockSource = interpolatedTrack;
} }
} }