Language finished.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user