mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Trim line
This commit is contained in:
@ -611,7 +611,7 @@ namespace osu.Game.Beatmaps.Formats
|
||||
CommandTimelineGroup timelineGroup = null;
|
||||
|
||||
string line;
|
||||
while ((line = stream.ReadLine()?.TrimEnd()) != null)
|
||||
while ((line = stream.ReadLine()?.Trim()) != null)
|
||||
{
|
||||
if (string.IsNullOrEmpty(line))
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user