You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Initialize class/struct variables with default values in platform/ and editor/
This commit is contained in:
@@ -157,11 +157,6 @@ bool FileAccessAndroid::file_exists(const String &p_path) {
|
||||
return true;
|
||||
}
|
||||
|
||||
FileAccessAndroid::FileAccessAndroid() {
|
||||
a = nullptr;
|
||||
eof = false;
|
||||
}
|
||||
|
||||
FileAccessAndroid::~FileAccessAndroid() {
|
||||
close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user