1
0
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:
Juan Linietsky
2015-04-28 09:38:07 -03:00
parent 0adca0a7c9
commit c6dce44dd8
4 changed files with 57 additions and 33 deletions

View File

@@ -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;