mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +08:00
Fix double interpolation being applied when applyOffsets=false
This commit is contained in:
parent
20342d430d
commit
f8455af0d0
@ -79,7 +79,7 @@ namespace osu.Game.Beatmaps
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
finalClockSource = new InterpolatingFramedClock(interpolatedTrack);
|
finalClockSource = interpolatedTrack;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user