mirror of https://github.com/godotengine/godot
Fix crash when opening a ZIP data pack
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
(cherry picked from commit 0b65342fd2)
This commit is contained in:
parent
42eb92d19a
commit
e04855ce00
|
|
@ -84,8 +84,7 @@ public:
|
|||
};
|
||||
|
||||
class FileAccessZip : public FileAccess {
|
||||
|
||||
unzFile zfile;
|
||||
unzFile zfile = nullptr;
|
||||
unz_file_info64 file_info;
|
||||
|
||||
mutable bool at_eof;
|
||||
|
|
|
|||
Loading…
Reference in New Issue