mirror of https://github.com/axmolengine/axmol.git
fix warning
This commit is contained in:
parent
ccc4bcac63
commit
1740c444f8
|
@ -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; }
|
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) {
|
uint8_t float2byte(float f) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue