Cleanup Assets

This commit is contained in:
2024-07-22 21:20:55 +02:00
parent c4d4b8f014
commit 687fa3be82
7 changed files with 49 additions and 46 deletions

View File

@@ -214,10 +214,7 @@ namespace LoadingScene {
}
static void run() {
if(true) {//(old_state_changer != state_changer) {
//printf("Loading new state...\n");
// TODO: Callback for file load? Locally?
if(Shared::load_test || old_state_changer != state_changer) {
update();
GPU::swap_buffers_vsync(1);
render();