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

Merge pull request #6644 from peppy/fix-triangles-performance

Fix game-wide performance drop when triangles intro is used
This commit is contained in:
Dean Herbert 2019-10-29 13:49:05 +09:00 committed by GitHub
commit 34aa0b14a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@ namespace osu.Game.Screens.Menu
public IntroSequence()
{
RelativeSizeAxes = Axes.Both;
Alpha = 0;
}
[BackgroundDependencyLoader]