DEbug not working so moving pcs
This commit is contained in:
@@ -304,7 +304,11 @@ errorret_t assetLoad(const char_t *filename, void *output) {
|
||||
zip_fclose(file);
|
||||
|
||||
// Pass to the asset type loader
|
||||
errorret_t ret = def->entire(data, output);
|
||||
assetentire_t entire = {
|
||||
.data = data,
|
||||
.output = output
|
||||
};
|
||||
errorret_t ret = def->entire(entire);
|
||||
memoryFree(data);
|
||||
|
||||
errorChain(ret);
|
||||
|
||||
Reference in New Issue
Block a user