You've already forked godot
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:
committed by
Rémi Verschelde
parent
8219a72574
commit
e1e03297f1
@@ -91,6 +91,9 @@ public:
|
||||
DirAccessJAndroid();
|
||||
~DirAccessJAndroid();
|
||||
|
||||
protected:
|
||||
String _get_root_string() const override;
|
||||
|
||||
private:
|
||||
int id = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user