You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
fixes in handling of DirAccess for resource path on Android, fixes #1447
This commit is contained in:
@@ -47,6 +47,7 @@ class DirAccessJAndroid : public DirAccess {
|
||||
static jmethodID _dir_open;
|
||||
static jmethodID _dir_next;
|
||||
static jmethodID _dir_close;
|
||||
static jmethodID _dir_is_dir;
|
||||
|
||||
int id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user