osu/osu.Game/Screens/Menu
Dean Herbert b87d1a61a8 Fix ButtonSystem null reference crash due to missing null check in delayed animations
```csharp
[runtime] 2022-01-27 07:36:34 [error]: System.NullReferenceException: Object reference not set to an instance of an object.
[runtime] 2022-01-27 07:36:34 [error]: at osu.Game.Screens.Menu.ButtonSystem.<>c__DisplayClass56_0.<updateLogoState>b__1() in /Users/dean/Projects/osu/osu.Game/Screens/Menu/ButtonSystem.cs:line 357
[runtime] 2022-01-27 07:36:34 [error]: at osu.Framework.Threading.ScheduledDelegate.RunTaskInternal()
[runtime] 2022-01-27 07:36:34 [error]: at osu.Framework.Threading.Scheduler.Update()
[runtime] 2022-01-27 07:36:34 [error]: at osu.Framework.Graphics.Drawable.UpdateSubTree()
```
2022-01-27 16:39:38 +09:00
..
Button.cs
ButtonArea.cs
ButtonSystem.cs Fix ButtonSystem null reference crash due to missing null check in delayed animations 2022-01-27 16:39:38 +09:00
ConfirmExitDialog.cs
Disclaimer.cs Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
ExitConfirmOverlay.cs Update UI cases where repeat should not be handled 2021-11-18 13:13:36 +09:00
FlowContainerWithOrigin.cs
IntroCircles.cs
IntroScreen.cs Rename RealmContextFactory to RealmAccess 2022-01-24 20:38:07 +09:00
IntroSequence.cs
IntroTriangles.cs Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
IntroWelcome.cs
LogoVisualisation.cs Fix clear identifier typos 2021-12-27 20:26:28 -08:00
MainMenu.cs Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
MenuLogoVisualisation.cs Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
MenuSideFlashes.cs Replace TimeSignatures enum with struct for storage of arbitrary meter 2022-01-22 20:50:31 +01:00
OsuLogo.cs Replace TimeSignatures enum with struct for storage of arbitrary meter 2022-01-22 20:50:31 +01:00
SongTicker.cs
StorageErrorDialog.cs Clean up unused resolved properties 2021-12-03 18:49:49 +09:00