You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
oops, fucntion was there twice
This commit is contained in:
@@ -111,9 +111,6 @@ bool DirAccessJAndroid::current_is_hidden() const {
|
|||||||
return current!="." && current!=".." && current.begins_with(".");
|
return current!="." && current!=".." && current.begins_with(".");
|
||||||
}
|
}
|
||||||
|
|
||||||
bool DirAccessJAndroid::current_is_hidden() const{
|
|
||||||
return current!="." && current!=".." && current.begins_with(".");
|
|
||||||
}
|
|
||||||
void DirAccessJAndroid::list_dir_end(){
|
void DirAccessJAndroid::list_dir_end(){
|
||||||
|
|
||||||
if (id==0)
|
if (id==0)
|
||||||
|
|||||||
Reference in New Issue
Block a user