Beginning input refactor
This commit is contained in:
@@ -24,7 +24,6 @@ errorret_t assetAlphaImageLoad(asset_t *asset) {
|
||||
errorThrow("Invalid alpha image height.");
|
||||
}
|
||||
|
||||
printf("Alpha image dimensions: %ux%u\n", raw.width, raw.height);
|
||||
zip_int64_t expecting = (
|
||||
sizeof(raw.width) +
|
||||
sizeof(raw.height) +
|
||||
|
||||
@@ -29,7 +29,6 @@ errorret_t assetPaletteImageLoad(asset_t *asset) {
|
||||
errorThrow("Invalid palette index.");
|
||||
}
|
||||
|
||||
printf("Palette image dimensions: %ux%u\n", raw.width, raw.height);
|
||||
zip_int64_t expecting = (
|
||||
sizeof(raw.width) +
|
||||
sizeof(raw.height) +
|
||||
|
||||
Reference in New Issue
Block a user