mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 04:22:10 +00:00
Restore FileAccess.close method.
This commit is contained in:
@@ -169,6 +169,10 @@ bool FileAccessAndroid::file_exists(const String &p_path) {
|
||||
return true;
|
||||
}
|
||||
|
||||
void FileAccessAndroid::close() {
|
||||
_close();
|
||||
}
|
||||
|
||||
FileAccessAndroid::~FileAccessAndroid() {
|
||||
_close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user