mirror of
https://github.com/osukey/osukey.git
synced 2025-05-28 08:57:25 +09:00
The import process was running on the async load thread, but then accessed from the access thread later on. This seemed to somehow pass fine in headless runs, but would fail on visual test execution (specifically on `TestBeatmapConfirmed()`).