1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 12:33:01 +08:00

Fix triangle intro video being out of time

This commit is contained in:
Dean Herbert 2020-04-08 19:51:55 +09:00
parent d0aa791ad4
commit 61d8cfd224

View File

@ -270,7 +270,7 @@ namespace osu.Game.Screens.Menu
[BackgroundDependencyLoader] [BackgroundDependencyLoader]
private void load() private void load()
{ {
InternalChild = new Video(videoStream, false) InternalChild = new Video(videoStream)
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
}; };