Enable NRT and simplify LineBufferedReader

This commit is contained in:
Dean Herbert
2022-07-06 14:29:55 +09:00
parent 73a5f9e911
commit a52ea3cabe
3 changed files with 23 additions and 39 deletions

View File

@ -29,7 +29,7 @@ namespace osu.Game.Beatmaps.Formats
{
Section section = Section.General;
string line;
string? line;
while ((line = stream.ReadLine()) != null)
{