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.
609 stars 291 forks source link

CCMenuItem - Constructor is not static #9

Closed DaveBigPixel closed 13 years ago

DaveBigPixel commented 13 years ago

I think,

public CCMenuItem item

should be,

public static CCMenuItem item

?

opengenius commented 13 years ago

You are right, I'll fix this in next commit.

ZhouWeikuan commented 13 years ago

Yes, it should be static.

2011/4/21 db82 < reply@reply.github.com>

I think,

public CCMenuItem item

should be,

public static CCMenuItem item

?

Reply to this email directly or view it on GitHub: https://github.com/ZhouWeikuan/cocos2d/issues/9