Fix small bug

This commit is contained in:
Jaby
2023-04-30 16:40:01 +02:00
committed by Jaby
parent 882d626f58
commit fcb97410d3
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() {