diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-04 20:32:18 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-04 20:32:18 +0100 |
| commit | bcebd0f9d6d31300194a8d4031e7cf70057596a7 (patch) | |
| tree | b34f8f3a80659b8a149a3d45c92582de2fdaaf17 | |
| parent | 2129e874560cd3488e325cf707244c6607d77736 (diff) | |
| download | blpconvert-bcebd0f9d6d31300194a8d4031e7cf70057596a7.tar.gz | |
Fixed some padding in comments
| -rw-r--r-- | main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -348,15 +348,12 @@ void convert_blp_file(path_components *path, bool verbose) { case 0: // DXT1 decode_dxt_image(image_data, header.width, header.height, 1, path, verbose); break; - case 1: // DXT3 decode_dxt_image(image_data, header.width, header.height, 3, path, verbose); break; - case 7: // DXT5 decode_dxt_image(image_data, header.width, header.height, 5, path, verbose); break; - default: printf("Unsupported alpha type: %d\n", header.alpha_type); break; |
