We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
CCTextureCache::addImage ignores error in CCTexture2D::initWithImage
CCTextureCache::addImage ignores error in CCTexture2D::initWithImage
Bug #1395 [Closed]
Status: | Closed | |
---|---|---|
Start date: | 2012-07-14 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 0% |
|
Category: | all | |
Target version: | cocos2d-2.0-x-2.0.2 |
Reported at https://github.com/cocos2d/cocos2d-x/issues/1095 by mfellner.
In CCTextureCache.cpp:446 (addImage(const char * path)) there is the following problem:
And in CCTexture2D.cpp:272 (initWithImage(CCImage * uiImage, ccResolutionType resolution)):