Restore FileAccess.close method.
This commit is contained in:
parent
953383328a
commit
bc95b0b171
22 changed files with 76 additions and 1 deletions
|
|
@ -169,6 +169,10 @@ bool FileAccessAndroid::file_exists(const String &p_path) {
|
|||
return true;
|
||||
}
|
||||
|
||||
void FileAccessAndroid::close() {
|
||||
_close();
|
||||
}
|
||||
|
||||
FileAccessAndroid::~FileAccessAndroid() {
|
||||
_close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue