1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:23:22 +08:00

fix marker depth when rewinding

This commit is contained in:
Sheppsu 2024-09-05 20:14:36 -04:00
parent 9802b59459
commit e94e08fec3

View File

@ -22,6 +22,7 @@ namespace osu.Game.Rulesets.Osu.UI.ReplayAnalysis
protected override void OnApply(AnalysisFrameEntry entry)
{
Position = entry.Position;
Depth = -(float)entry.LifetimeEnd;
}
}
}