mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Additional fixes to the Android get_current_dir() implementation.
(cherry picked from commit 9910d4681d)
This commit is contained in:
parent
8219a72574
commit
e1e03297f1
3 changed files with 17 additions and 4 deletions
|
|
@ -91,6 +91,9 @@ public:
|
|||
DirAccessJAndroid();
|
||||
~DirAccessJAndroid();
|
||||
|
||||
protected:
|
||||
String _get_root_string() const override;
|
||||
|
||||
private:
|
||||
int id = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue