mirror of
https://github.com/love2d/love-android.git
synced 2026-08-19 20:20:25 +02:00
properly using workaround for love.filesystem.getDirectoryItems
This commit is contained in:
@@ -187,7 +187,7 @@ void Filesystem::init(const char *arg0)
|
|||||||
throw Exception(PHYSFS_getLastError());
|
throw Exception(PHYSFS_getLastError());
|
||||||
|
|
||||||
#ifdef LOVE_ANDROID
|
#ifdef LOVE_ANDROID
|
||||||
// PHYSFS_permitSymbolicLinks (1);
|
PHYSFS_permitSymbolicLinks (1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
initialized = true;
|
initialized = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user