diff --git a/osu.Game/Modes/LegacyReplay.cs b/osu.Game/Modes/LegacyReplay.cs index c558280cb0..cd271f181c 100644 --- a/osu.Game/Modes/LegacyReplay.cs +++ b/osu.Game/Modes/LegacyReplay.cs @@ -89,9 +89,6 @@ namespace osu.Game.Modes if (!hasFrames) return null; - if (AtLastFrame) - return CurrentFrame.Position; - return Interpolation.ValueAt(currentTime, CurrentFrame.Position, NextFrame.Position, CurrentFrame.Time, NextFrame.Time); } }