Address review and fix InspectCode

This commit is contained in:
Berkan Diler
2020-01-24 17:05:27 +01:00
parent 6658bdb223
commit 219e14baa2
2 changed files with 3 additions and 4 deletions

View File

@ -71,6 +71,7 @@ namespace osu.Game.Beatmaps.Formats
lineSpan = lineSpan.Slice(1);
++depth;
}
line = line.Substring(depth);
decodeVariables(ref line);