فهرست منبع

Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake

Adam Blake 14 سال پیش
والد
کامیت
a06cb499f6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      gameplay/src/FileSystem.cpp

+ 1 - 1
gameplay/src/FileSystem.cpp

@@ -40,7 +40,7 @@ FILE* FileSystem::openFile(const char* path, const char* mode)
     if (fp == NULL)
     {
         fullPath = __resourcePath;
-        fullPath += "../../gameplay-resources/";
+        fullPath += "../../gameplay/";
         fullPath += path;
         fp = fopen(fullPath.c_str(), mode);
     }