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