Browse Source

Fix Android for real

Josh Engebretson 10 years ago
parent
commit
d31cc2bce3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Atomic/IO/File.h

+ 1 - 1
Source/Atomic/IO/File.h

@@ -37,7 +37,7 @@ namespace Atomic
 #ifdef ANDROID
 extern const char* APK;
 
-#define ASSET_DIR_INDICATOR _
+#define ASSET_DIR_INDICATOR "_"
 
 // Macro for checking if a given pathname is inside APK's assets directory
 #define IS_ASSET(p) p.StartsWith(APK)