Fix protection change

This commit is contained in:
Dean Herbert
2018-06-29 21:25:51 +09:00
parent cd47bd2cf8
commit ad28f88498

View File

@ -18,7 +18,7 @@ namespace osu.Game.Graphics.UserInterface
{
protected override Drawable GetDrawableCharacter(char c) => new PasswordMaskChar(CalculatedTextSize);
public override bool AllowClipboardExport => false;
protected override bool AllowClipboardExport => false;
private readonly CapsWarning warning;