mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 11:42:54 +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,
|
Origin = Anchor.Centre,
|
||||||
Alpha = 0,
|
Alpha = 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Video.ApplyTransforms(drawableVideo);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
|
Loading…
Reference in New Issue
Block a user