mirror of
https://github.com/ppy/osu.git
synced 2025-02-05 08:12:53 +08:00
Remove unnecessary depth setter
This commit is contained in:
parent
7ad3101d08
commit
a210deee9a
@ -139,7 +139,6 @@ namespace osu.Game.Rulesets.Judgements
|
|||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Depth = -float.MaxValue,
|
|
||||||
Child = bodyDrawable = new SkinnableDrawable(new GameplaySkinComponent<HitResult>(type), _ => JudgementText = new OsuSpriteText
|
Child = bodyDrawable = new SkinnableDrawable(new GameplaySkinComponent<HitResult>(type), _ => JudgementText = new OsuSpriteText
|
||||||
{
|
{
|
||||||
Text = type.GetDescription().ToUpperInvariant(),
|
Text = type.GetDescription().ToUpperInvariant(),
|
||||||
|
Loading…
Reference in New Issue
Block a user