mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Video no longer modifies storyboard resolution
This commit is contained in:
@ -90,9 +90,9 @@ namespace osu.Game.Beatmaps.Formats
|
||||
case LegacyEventType.Video:
|
||||
{
|
||||
var offset = Parsing.ParseInt(split[1]);
|
||||
var filename = CleanFilename(split[2]);
|
||||
var path = CleanFilename(split[2]);
|
||||
|
||||
storyboard.GetLayer("Video").Add(new StoryboardVideo(filename, offset));
|
||||
storyboard.GetLayer("Video").Add(new StoryboardVideo(path, offset));
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user