mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-15 22:44:42 -04:00
fix missing address
This commit is contained in:
parent
b849ce55ea
commit
1feca05c01
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue