1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Additional fixes to the Android get_current_dir() implementation.

(cherry picked from commit 9910d4681d)
This commit is contained in:
Fredia Huya-Kouadio
2022-08-30 08:47:50 -07:00
committed by Rémi Verschelde
parent 8219a72574
commit e1e03297f1
3 changed files with 17 additions and 4 deletions

View File

@@ -91,6 +91,9 @@ public:
DirAccessJAndroid();
~DirAccessJAndroid();
protected:
String _get_root_string() const override;
private:
int id = 0;