diff --git a/osu.Game/Rulesets/UI/ReplayRecorder.cs b/osu.Game/Rulesets/UI/ReplayRecorder.cs index 1f91e2c5f0..d723c31434 100644 --- a/osu.Game/Rulesets/UI/ReplayRecorder.cs +++ b/osu.Game/Rulesets/UI/ReplayRecorder.cs @@ -40,8 +40,6 @@ namespace osu.Game.Rulesets.UI this.target = target; RelativeSizeAxes = Axes.Both; - - Depth = float.MinValue; } protected override void LoadComplete()