mirror of https://github.com/ppy/osu
Use ToString instead of Substring
This commit is contained in:
parent
50ab5a7d07
commit
eabb5a8701
|
@ -72,7 +72,7 @@ private void handleEvents(string line)
|
|||
++depth;
|
||||
}
|
||||
|
||||
line = line.Substring(depth);
|
||||
line = lineSpan.ToString();
|
||||
|
||||
decodeVariables(ref line);
|
||||
|
||||
|
|
Loading…
Reference in New Issue