1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 05:29:54 +08:00

CalculatedTextSize -> FontSize

This commit is contained in:
Salman Ahmed
2023-12-05 22:47:08 +03:00
Unverified
parent f0364f01ea
commit a0813d18ca
3 changed files with 3 additions and 3 deletions
@@ -23,7 +23,7 @@ namespace osu.Game.Graphics.UserInterface
protected override Drawable GetDrawableCharacter(char c) => new FallingDownContainer
{
AutoSizeAxes = Axes.Both,
Child = new PasswordMaskChar(CalculatedTextSize),
Child = new PasswordMaskChar(FontSize),
};
protected override bool AllowUniqueCharacterSamples => false;