Fix small bug

This commit is contained in:
2023-04-30 16:40:01 +02:00
parent 77dc4c2235
commit 1b35ab2a3f
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() {