1
0
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:
Dean Herbert
2023-06-24 00:59:36 +09:00
Unverified
parent 0ab0c52ad5
commit df5b389629
61 changed files with 89 additions and 118 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ namespace osu.Game.Graphics
RemovePart(textPart);
}
public void AddErrors(string[] errors)
public void AddErrors(string[]? errors)
{
ClearErrors();