fix harrowing typo

This commit is contained in:
HJfod 2022-10-30 12:43:10 +03:00
parent 371231b169
commit 991679834d

View file

@ -334,7 +334,7 @@ class CCMenuItemSpriteExtra : cocos2d::CCMenuItemSprite {
cocos2d::SEL_MenuHandler callback
) {
if (!cocos2d::CCMenuItemSprite::initWithNormalSprite(
normalImage, selectedImage, nullptr, target, callbck
normalImage, selectedImage, nullptr, target, callback
)) return false;
this->setAnchorPoint({ .5f, .5f });