mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Fix FileAccessZip() causing a stack overflow
This commit is contained in:
parent
84f2c68c84
commit
af548ee8e9
@ -337,7 +337,7 @@ bool FileAccessZip::file_exists(const String &p_name) {
|
||||
}
|
||||
|
||||
FileAccessZip::FileAccessZip(const String &p_path, const PackedData::PackedFile &p_file) {
|
||||
_open(p_path, FileAccess::READ);
|
||||
open_internal(p_path, FileAccess::READ);
|
||||
}
|
||||
|
||||
FileAccessZip::~FileAccessZip() {
|
||||
|
Loading…
Reference in New Issue
Block a user