Integrate all the progress into master #6

Merged
jaby merged 595 commits from ToolBox into main 2025-01-01 13:17:44 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0e4be4be4c - Show all commits

View File

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