Skip to content

Commit

Permalink
Update NodeModding.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed May 22, 2024
1 parent 6b59506 commit a6e7289
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/NodeModding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ modifyNodeForType(CCMenu, initWithArray, (CCArray* p0), (p0));

#include <Geode/modify/CCMenuItemSpriteExtra.hpp>
modifyNodeForTypeCreate(CCMenuItemSpriteExtra, create, (cocos2d::CCNode* p0, cocos2d::CCNode* p1, cocos2d::CCObject* p2, cocos2d::SEL_MenuHandler p3), (p0, p1, p2, p3));
modifyNodeForTypeCreate(CCMenuItemSpriteExtra, create, (cocos2d::CCNode* p0, cocos2d::CCObject* p1, cocos2d::SEL_MenuHandler p2), (p0, p1, p2));
//modifyNodeForTypeCreate(CCMenuItemSpriteExtra, create, (cocos2d::CCNode* p0, cocos2d::CCObject* p1, cocos2d::SEL_MenuHandler p2), (p0, p1, p2));

#ifndef GEODE_IS_ANDROID

#include <Geode/modify/CCLabelBMFont.hpp>
modifyNodeForType(CCLabelBMFont, init, (), ());
Expand All @@ -30,7 +32,7 @@ modifyNodeForType(CCLabelBMFont, initWithString, (const char *p0, const char *p1
#include <Geode/modify/CCLayer.hpp>
modifyNodeForType(CCLayer, init, (), ());

#ifndef GEODE_IS_ANDROID
/////////////////

#include <Geode/modify/CCScale9Sprite.hpp>
modifyNodeForType(CCScale9Sprite, init, (), ());
Expand Down

0 comments on commit a6e7289

Please sign in to comment.