Don't need explicit null value.

This commit is contained in:
smoogipooo 2017-04-03 20:33:10 +09:00
parent 5cb16f6e7c
commit 2e80ecfda8

View File

@ -273,10 +273,10 @@ namespace osu.Game.Beatmaps.Formats
HitObjectParser parser = null;
Section section = Section.None;
bool hasCustomColours = false;
Section section = Section.None;
string line = null;
string line;
while ((line = stream.ReadLine()) != null)
{
if (string.IsNullOrEmpty(line))