1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Additional fixes to the Android get_current_dir() implementation.

This commit is contained in:
Fredia Huya-Kouadio
2022-08-30 08:47:50 -07:00
parent 373a67b7a0
commit 9910d4681d
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;