Remove unused OsuLogo.BeatMatching

This commit is contained in:
Dean Herbert
2021-07-15 15:11:42 +09:00
parent 98a1f40a98
commit d0fc258886
2 changed files with 0 additions and 5 deletions

View File

@ -242,7 +242,6 @@ namespace osu.Game.Screens
logo.Anchor = Anchor.TopLeft;
logo.Origin = Anchor.Centre;
logo.RelativePositionAxes = Axes.Both;
logo.BeatMatching = true;
logo.Triangles = true;
logo.Ripple = true;
}