Cleanup Assets

This commit is contained in:
Jaby
2024-07-22 21:20:55 +02:00
committed by Jaby
parent 548de4ab30
commit 4c46b5ec5a
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();