Fix Headless Bug
All checks were successful
CI / Build (AMD64) (push) Successful in 22m58s
CI / Build (ARM64) (push) Successful in 24m39s
CI / Build (ARMHF) (push) Successful in 13m45s
CI / Test (AMD64, Server) (push) Successful in 2m28s
CI / Build Example Mods (push) Successful in 1m48s
CI / Test (ARM64, Client) (push) Successful in 5m16s
CI / Test (AMD64, Client) (push) Successful in 6m25s
CI / Test (ARM64, Server) (push) Successful in 2m12s
CI / Test (ARMHF, Client) (push) Successful in 5m27s
CI / Test (ARMHF, Server) (push) Successful in 2m28s
CI / Release (push) Has been skipped

This commit is contained in:
TheBrokenRail 2024-10-27 00:56:04 -04:00
parent 69fcc6cdb3
commit e6deab9664

View File

@ -20,7 +20,9 @@ __attribute__((constructor)) static void init() {
init_input();
init_sign();
init_camera();
init_atlas();
if (!reborn_is_headless()) {
init_atlas();
}
init_title_screen();
if (!reborn_is_headless()) {
init_skin();