You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Additional fixes to the Android get_current_dir() implementation.
This commit is contained in:
@@ -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