Language finished.

This commit is contained in:
2025-11-08 11:12:04 -06:00
parent ab534bb998
commit bc4776f096
9 changed files with 218 additions and 16 deletions

View File

@@ -100,7 +100,7 @@ errorret_t assetLoad(const char_t *filename, void *output) {
.zipFile = file,
.output = output
};
errorChain(def->custom(&customData));
errorChain(def->custom(customData));
break;
default: