fix missing address

This commit is contained in:
hjfod 2023-04-20 14:37:19 +03:00
parent b849ce55ea
commit 1feca05c01

View file

@ -752,7 +752,7 @@ class ColorSelectDelegate {
}
class ColorSelectLiveOverlay : FLAlertLayer {
bool init(ColorAction*, ColorAction*, EffectGameObject*) = mac , win 0x41db0;
bool init(ColorAction*, ColorAction*, EffectGameObject*) = mac 0x2e2790, win 0x41db0;
void sliderChanged(cocos2d::CCObject*) = mac 0x2e3830;
void onSelectTab(cocos2d::CCObject*) = mac 0x2e3f40, win 0x430f0;
EffectGameObject* m_effectGameObject;