We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
CCImage::initWithString return true even if the bitmap hasn't been initialized
CCImage::initWithString return true even if the bitmap hasn't been initialized
Bug #475 [Closed]
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:0b54e1eac39207530fc047b706b3abf19b4d18c4.
- Status changed from Resolved to Closed
- Project changed from cocos2d-x to cpp
- Category deleted (
2) - Target version deleted (
cocos2d-0.99.5-x-0.8.3)
Status: | Closed | |
---|---|---|
Start date: | 2011-04-28 | |
Priority: | Normal | |
Due date: | ||
Assignee: | walzer@cocos2d-x.org | |
% Done: | 100% |
|
Category: | - | |
Target version: | - |
Read this post: http://www.cocos2d-x.org/boards/10/topics/1269?r=1320\#message-1320
Someone make a logic error in this function, in cocos2dx/platform/android/CCImage_android.cpp
this line may set bRet = true, no matter the codes below failed, CCImage::initWithString will return true.