1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:12:54 +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]
private void load()
{
InternalChild = new Video(videoStream, false)
InternalChild = new Video(videoStream)
{
RelativeSizeAxes = Axes.Both,
};