You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Restore FileAccess.close method.
This commit is contained in:
@@ -336,6 +336,10 @@ bool FileAccessZip::file_exists(const String &p_name) {
|
||||
return false;
|
||||
}
|
||||
|
||||
void FileAccessZip::close() {
|
||||
_close();
|
||||
}
|
||||
|
||||
FileAccessZip::FileAccessZip(const String &p_path, const PackedData::PackedFile &p_file) {
|
||||
open_internal(p_path, FileAccess::READ);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user