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:
parent
7eeac0f3b9
commit
17ca29c2c6
@ -50,6 +50,8 @@ namespace osu.Game.Storyboards.Drawables
|
||||
Origin = Anchor.Centre,
|
||||
Alpha = 0,
|
||||
};
|
||||
|
||||
Video.ApplyTransforms(drawableVideo);
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
Loading…
Reference in New Issue
Block a user