ZhouWeikuan / cocos2d

cocos2d for android, based on cocos2d-android-0.82, and now ported from cocos2d-iphone 0.99.4. The googlecode address is here: http://code.google.com/p/cocos2d-android-1/ . There are several demos to watch.
610 stars 291 forks source link

CCTexture2D setTexParameters(CCTexParams) behavior #25

Open rgngl opened 13 years ago

rgngl commented 13 years ago

Is there any special reason why applyTexParameters is not called with this method, while it is called in setTexParameters(int, int, int, int)?

gwennguihal commented 12 years ago

Thanks, I didn't understand why my texture didn't repeat. But I don't have an answer at your question :p