1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 19:40:38 +08:00

Remove unnecessary replay recorder depth hack

Addresses https://github.com/ppy/osu/pull/33102#discussion_r2087963889.
This commit is contained in:
Bartłomiej Dach
2025-05-14 11:25:31 +02:00
Unverified
parent 168c3cf018
commit acebf3e95e
-2
View File
@@ -40,8 +40,6 @@ namespace osu.Game.Rulesets.UI
this.target = target;
RelativeSizeAxes = Axes.Both;
Depth = float.MinValue;
}
protected override void LoadComplete()