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:
parent
d0aa791ad4
commit
61d8cfd224
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user