parent
669985c64c
commit
6dd7ba25c8
|
@ -55,8 +55,6 @@ ImageProperties GetImageProperties(char const* filePath) {
|
|||
if (success && channels == 4 && imageHasTransparentPixels(f)) {
|
||||
result.occlusion = IMAGE_TRANSPARENT;
|
||||
}
|
||||
|
||||
fclose(f);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue