mirror of https://github.com/axmolengine/axmol.git
* [WP8] Fixed default search path: renamed "Assets\Resources" to "Assets\res"
This commit is contained in:
parent
49c6d1e746
commit
0e7ec265ee
|
@ -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" + '\\');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue