mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 05:29:54 +08:00
CalculatedTextSize -> FontSize
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user