mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Setting one of the global screen `Bindable`s (in this case, `Beatmap`) is not valid from anywhere but the update thread. This changes the order in which things happen during the editor startup process to ensure correctness. Closes #11968.