mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
The original implementation was done so in a way that the nested `OsuGame` would be disposed via the async queue, causing a deadlock for 10-20s during test runs. `OsuGameTestScene` was already fixed to avoid this, so consuming it here seems like the easy fix.