Merge pull request #15198 from perminovVS/v3-dev-wrong-log-detect-image-type

Wrong log message if use tga image
This commit is contained in:
minggo 2016-04-19 11:00:55 +08:00
commit 5c567c54b4
1 changed files with 0 additions and 1 deletions

View File

@ -724,7 +724,6 @@ Image::Format Image::detectFormat(const unsigned char * data, ssize_t dataLen)
}
else
{
CCLOG("cocos2d: can't detect image format");
return Format::UNKNOWN;
}
}