Skip to content

Commit

Permalink
Revert the fmt_crypto addition and update fmt.c to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Oct 8, 2023
1 parent 5373845 commit dd25147
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 271 deletions.
3 changes: 3 additions & 0 deletions Backends/Kinc-HL/hl/libs/fmt/fmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ HL_PRIM bool HL_NAME(png_decode)( vbyte *data, int dataLen, vbyte *out, int widt
case 14:
img.format = PNG_FORMAT_LINEAR_RGB_ALPHA;
break;
case 15:
img.format = PNG_FORMAT_LINEAR_Y_ALPHA;
break;
default:
hl_blocking(false);
png_image_free(&img);
Expand Down
271 changes: 0 additions & 271 deletions Backends/Kinc-HL/hl/libs/fmt/fmt_crypto.c

This file was deleted.

0 comments on commit dd25147

Please sign in to comment.