Browse Source

properly using workaround for love.filesystem.getDirectoryItems

fysx 12 years ago
parent
commit
53d45533e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jni/love/src/modules/filesystem/physfs/Filesystem.cpp

+ 1 - 1
jni/love/src/modules/filesystem/physfs/Filesystem.cpp

@@ -187,7 +187,7 @@ void Filesystem::init(const char *arg0)
 		throw Exception(PHYSFS_getLastError());
 
 #ifdef LOVE_ANDROID
-//	PHYSFS_permitSymbolicLinks (1);
+	PHYSFS_permitSymbolicLinks (1);
 #endif
 
 	initialized = true;