fix warning

This commit is contained in:
halx99 2020-08-25 14:47:51 +08:00
parent ccc4bcac63
commit 1740c444f8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ int store_dds_uncompressed_image(const astc_codec_image* img, const char* filena
int store_tga_image(const astc_codec_image* img, const char* tga_filename, int bitness) { return 0; }
extern int ASTC_INIT = 0;
static int ASTC_INIT = 0;
uint8_t float2byte(float f) {