1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:23:22 +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, Origin = Anchor.Centre,
Alpha = 0, Alpha = 0,
}; };
Video.ApplyTransforms(drawableVideo);
} }
protected override void LoadComplete() protected override void LoadComplete()