forked from sascha/godot
Fix problem with ZIPPacker
The Zipfile Reference should be set to `NULL` when the `ZIPPacker` is closed not when a file in it is closed. When calling `ZIPPacker.close` without this nothing happens because `zf` is `NULL`. (7zip could still extract the file but warned about unexpected end of file.)4.0
parent
c17f17eb98
commit
ab23736751
Loading…
Reference in New Issue