mirror of
https://github.com/ppy/osu.git
synced 2025-03-13 05:47:25 +08:00
The gist of the issue is that `fadeOut` was being called *twice* in the quick exit/retry scenarios, causing weirdness with transforms. I've restructured things to ensure it's only called once.