Fix small bug

This commit is contained in:
Jaby
2023-04-30 16:40:01 +02:00
committed by Jaby
parent 50b19c1bd6
commit e2efa2283f
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ static void load_assets() {
return;
}
}
printf("Done loading assets!\n");
}
void main() {