mirror of
https://github.com/ppy/osu.git
synced 2025-03-13 22:27:20 +08:00
fix marker depth when rewinding
This commit is contained in:
parent
9802b59459
commit
e94e08fec3
@ -22,6 +22,7 @@ namespace osu.Game.Rulesets.Osu.UI.ReplayAnalysis
|
||||
protected override void OnApply(AnalysisFrameEntry entry)
|
||||
{
|
||||
Position = entry.Position;
|
||||
Depth = -(float)entry.LifetimeEnd;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user