Fix small bug

This commit is contained in:
Jaby Blubb
2023-04-30 16:40:01 +02:00
parent 34f78e08b1
commit 04ec3f89f1
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() {