mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 09:43:10 +08:00
Fix CodeFactor issues
This commit is contained in:
parent
316a764f6f
commit
6658bdb223
@ -301,7 +301,7 @@ namespace osu.Game.Beatmaps.Formats
|
||||
{
|
||||
case LegacyEventType.Background:
|
||||
string bgFilename = split[2];
|
||||
beatmap.BeatmapInfo.Metadata.BackgroundFile = CleanFilename(bgFilename); ;
|
||||
beatmap.BeatmapInfo.Metadata.BackgroundFile = CleanFilename(bgFilename);
|
||||
break;
|
||||
|
||||
case LegacyEventType.Video:
|
||||
|
@ -332,6 +332,5 @@ namespace osu.Game.Beatmaps.Formats
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user