1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Actually apply transforms to the video

This commit is contained in:
Dean Herbert 2024-04-23 17:37:37 +08:00
parent 7eeac0f3b9
commit 17ca29c2c6
No known key found for this signature in database

View File

@ -50,6 +50,8 @@ namespace osu.Game.Storyboards.Drawables
Origin = Anchor.Centre,
Alpha = 0,
};
Video.ApplyTransforms(drawableVideo);
}
protected override void LoadComplete()