mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 15:02:55 +08:00
Merge pull request #29707 from Sheppsu/replay-analysis-marker-depth
Fix replay analysis marker depth when rewinding
This commit is contained in:
commit
96042349ac
@ -22,6 +22,7 @@ namespace osu.Game.Rulesets.Osu.UI.ReplayAnalysis
|
|||||||
protected override void OnApply(AnalysisFrameEntry entry)
|
protected override void OnApply(AnalysisFrameEntry entry)
|
||||||
{
|
{
|
||||||
Position = entry.Position;
|
Position = entry.Position;
|
||||||
|
Depth = -(float)entry.LifetimeEnd;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user