mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 22:14:27 +08:00
Manual fixes to reduce warnings to zero
This commit is contained in:
@@ -23,7 +23,7 @@ namespace osu.Game.Graphics
|
||||
RemovePart(textPart);
|
||||
}
|
||||
|
||||
public void AddErrors(string[] errors)
|
||||
public void AddErrors(string[]? errors)
|
||||
{
|
||||
ClearErrors();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user