mirror of https://github.com/axmolengine/axmol.git
make FileUtilsWin32::getWritablePath() return value unified whether release or debug
This commit is contained in:
parent
402b6f0f28
commit
76abe8d1c9
|
@ -293,7 +293,7 @@ string FileUtilsWin32::getWritablePath() const
|
|||
// Create directory
|
||||
if (SUCCEEDED(SHCreateDirectoryExA(NULL, ret.c_str(), NULL)))
|
||||
{
|
||||
return ret;
|
||||
return convertPathFormatToUnixStyle(ret);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue