mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
android fixes, please test
(can' t build android atm)
This commit is contained in:
@@ -105,6 +105,12 @@ bool DirAccessJAndroid::current_is_dir() const{
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
bool DirAccessJAndroid::current_is_hidden() const {
|
||||
|
||||
return current!="." && current!=".." && current.begins_with(".");
|
||||
}
|
||||
|
||||
bool DirAccessAndroid::current_is_hidden() const{
|
||||
return current!="." && current!=".." && current.begins_with(".");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user