* [WP8] Fixed default search path: renamed "Assets\Resources" to "Assets\res"

This commit is contained in:
teivaz 2014-08-20 11:54:41 +03:00
parent 49c6d1e746
commit 0e7ec265ee
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ static void _checkPath()
if (s_pszResourcePath.empty())
{
// TODO: needs to be tested
s_pszResourcePath = convertPathFormatToUnixStyle(CCFileUtilsWinRT::getAppPath() + '\\' + "Assets\\Resources" + '\\');
s_pszResourcePath = convertPathFormatToUnixStyle(CCFileUtilsWinRT::getAppPath() + '\\' + "Assets\\res" + '\\');
}
}