mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 14:52:55 +08:00
Fix scaling mode being applied to judgements
This commit is contained in:
parent
2cd7c769e1
commit
e6c36a8bc7
@ -67,7 +67,7 @@ namespace osu.Game.Rulesets.Judgements
|
|||||||
Font = OsuFont.Numeric.With(size: 20),
|
Font = OsuFont.Numeric.With(size: 20),
|
||||||
Colour = judgementColour(Result.Type),
|
Colour = judgementColour(Result.Type),
|
||||||
Scale = new Vector2(0.85f, 1),
|
Scale = new Vector2(0.85f, 1),
|
||||||
})
|
}, confineMode: ConfineMode.NoScaling)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user