You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
small android fix
This commit is contained in:
@@ -111,7 +111,7 @@ bool DirAccessJAndroid::current_is_hidden() const {
|
||||
return current!="." && current!=".." && current.begins_with(".");
|
||||
}
|
||||
|
||||
bool DirAccessAndroid::current_is_hidden() const{
|
||||
bool DirAccessJAndroid::current_is_hidden() const{
|
||||
return current!="." && current!=".." && current.begins_with(".");
|
||||
}
|
||||
void DirAccessJAndroid::list_dir_end(){
|
||||
|
||||
Reference in New Issue
Block a user