mirror of
https://github.com/godotengine/FBX2glTF.git
synced 2026-01-04 18:10:16 +03:00
committed by
K. S. Ernest (iFire) Lee
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user