You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classes/BulletSprite.cpp:8:15: Call to non-static member function without an object argument
classes/BulletSprite.cpp:8:15: 'init' is a protected member of 'cocos2d::Sprite’
two of bugs.
i have no idea
i can not do how to fix it.
Please help me
i can not sleep for 3 days.
Please help me
The text was updated successfully, but these errors were encountered:
This is my error.You can find there are BulletSprite.cpp and
BulletSprite2.cpp.Delete the BulletSprite.cpp,and run this project again.I
think it will no error.If you stuil have questions.Please tell me.I am
happy to help you .
classes/BulletSprite.cpp:8:15: Call to non-static member function without
an object argument
classes/BulletSprite.cpp:8:15: 'init' is a protected member of
'cocos2d::Sprite’
two of bugs.
i have no idea
i can not do how to fix it.
Please help me
i can not sleep for 3 days.
Please help me
—
Reply to this email directly or view it on GitHub #1.
i want to fix it because i am learning cocos2d-x and your project sorce code.
but...Please Please Please fix it .. i am a beginner. i wish i want to make the PlaneGame
.
your PlaneGame sorce code is best and you are best
thank you thank you so much
i saw this tutorial. but i had got problem.
https://github.com/superman-t/PlaneGame1
BulletSprite.cpp.
bool BulletSprite::init() {
if (!Sprite::init()) {
return false;
}
this->schedule(schedule_selector(BulletSprite::ShootBullet));
return true;
}
classes/BulletSprite.cpp:8:15: Call to non-static member function without an object argument
classes/BulletSprite.cpp:8:15: 'init' is a protected member of 'cocos2d::Sprite’
two of bugs.
i have no idea
i can not do how to fix it.
Please help me
i can not sleep for 3 days.
Please help me
The text was updated successfully, but these errors were encountered: