Cleanup + bow down to resharper.

This commit is contained in:
smoogipooo
2017-04-06 12:27:35 +09:00
parent 73e2ddaf26
commit 982dbb5bba
2 changed files with 5 additions and 5 deletions

View File

@ -358,7 +358,7 @@ namespace osu.Game.Beatmaps.Formats
handleColours(beatmap, key, val, ref hasCustomColours);
break;
case Section.HitObjects:
var obj = parser?.Parse(val);
var obj = parser.Parse(val);
if (obj != null)
beatmap.HitObjects.Add(obj);