mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix CodeFactor issues
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user