Fix state cache bug

This commit is contained in:
Jaby 2024-01-03 21:26:01 -06:00
parent 5e050f3ffd
commit 0e4be4be4c
1 changed files with 1 additions and 1 deletions

View File

@ -112,10 +112,10 @@ namespace LoadingScene {
render();
GPU::swap_buffers_vsync(1);
state_changer.asset_load();
old_state_changer = state_changer;
}
state_changer.asset_load();
state_changer.main();
state_changer.clear();
}