You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Fix FileAccessZip() causing a stack overflow
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user