mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 23:40:57 +08:00
Automated pass
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
#nullable disable
|
||||
|
||||
using osuTK;
|
||||
using osuTK.Graphics;
|
||||
using osuTK.Input;
|
||||
@@ -39,7 +37,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
private readonly CapsWarning warning;
|
||||
|
||||
[Resolved]
|
||||
private GameHost host { get; set; }
|
||||
private GameHost host { get; set; } = null!;
|
||||
|
||||
public OsuPasswordTextBox()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user