mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Render video as a part of the storyboard
This commit is contained in:
@ -303,11 +303,6 @@ namespace osu.Game.Beatmaps.Formats
|
||||
beatmap.BeatmapInfo.Metadata.BackgroundFile = CleanFilename(split[2]);
|
||||
break;
|
||||
|
||||
case LegacyEventType.Video:
|
||||
beatmap.BeatmapInfo.Metadata.VideoOffset = Parsing.ParseInt(split[1]);
|
||||
beatmap.BeatmapInfo.Metadata.VideoFile = CleanFilename(split[2]);
|
||||
break;
|
||||
|
||||
case LegacyEventType.Break:
|
||||
double start = getOffsetTime(Parsing.ParseDouble(split[1]));
|
||||
|
||||
|
Reference in New Issue
Block a user