mirror of
https://github.com/ppy/osu.git
synced 2025-03-07 01:50:00 +08:00
This was always haphazard code, but by luck it never triggered before drawable load until now. With the recently nullability changes, this would be triggered when `flash` is not yet constructed. Switching to `AddOnce` seems safer to avoid multiple applications, regardless.