mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
fix harrowing typo
This commit is contained in:
parent
371231b169
commit
991679834d
1 changed files with 1 additions and 1 deletions
|
@ -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 });
|
||||
|
|
Loading…
Reference in a new issue