mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Suppress nullable warning for now
This commit is contained in:
parent
5ceb7ecc41
commit
e2aca8dc90
@ -65,7 +65,7 @@ namespace osu.Game.Tests.Database
|
||||
private class TestLegacyBeatmapImporter : LegacyBeatmapImporter
|
||||
{
|
||||
public TestLegacyBeatmapImporter()
|
||||
: base(null)
|
||||
: base(null!)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user