diff --git a/libs/fmt/fmt.c b/libs/fmt/fmt.c index dd97d97cd..c3859fa62 100644 --- a/libs/fmt/fmt.c +++ b/libs/fmt/fmt.c @@ -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);