Skip to content

Commit

Permalink
Merge pull request #29707 from Sheppsu/replay-analysis-marker-depth
Browse files Browse the repository at this point in the history
Fix replay analysis marker depth when rewinding
  • Loading branch information
peppy authored Sep 6, 2024
2 parents 9802b59 + e94e08f commit 9604234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game.Rulesets.Osu/UI/ReplayAnalysis/AnalysisMarker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ private void load()
protected override void OnApply(AnalysisFrameEntry entry)
{
Position = entry.Position;
Depth = -(float)entry.LifetimeEnd;
}
}
}

0 comments on commit 9604234

Please sign in to comment.