mirror of https://github.com/axmolengine/axmol.git
fix indent
This commit is contained in:
parent
8c4cecca0d
commit
2d2f0aac59
|
@ -193,7 +193,7 @@ static Data getData(const std::string& filename, bool forString)
|
|||
std::string fullPath = FileUtils::getInstance()->fullPathForFilename(filename);
|
||||
|
||||
// check if the filename uses correct case characters
|
||||
CC_BREAK_IF(!checkFileName(fullPath, filename));
|
||||
CC_BREAK_IF(!checkFileName(fullPath, filename));
|
||||
|
||||
WCHAR wszBuf[CC_MAX_PATH] = {0};
|
||||
MultiByteToWideChar(CP_UTF8, 0, fullPath.c_str(), -1, wszBuf, sizeof(wszBuf)/sizeof(wszBuf[0]));
|
||||
|
|
Loading…
Reference in New Issue