mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
fix mac address
This commit is contained in:
parent
8fc23e14da
commit
6e73cb16f4
1 changed files with 1 additions and 1 deletions
|
@ -746,7 +746,7 @@ class ColorSelectLiveOverlay : FLAlertLayer {
|
||||||
}
|
}
|
||||||
|
|
||||||
class ColorSelectPopup : FLAlertLayer, cocos2d::extension::ColorPickerDelegate, TextInputDelegate, GJSpecialColorSelectDelegate {
|
class ColorSelectPopup : FLAlertLayer, cocos2d::extension::ColorPickerDelegate, TextInputDelegate, GJSpecialColorSelectDelegate {
|
||||||
virtual void colorValueChanged(cocos2d::ccColor3B color) = mac 0x423520, win 0x46ee0;
|
virtual void colorValueChanged(cocos2d::ccColor3B color) = mac 0x423320, win 0x46ee0;
|
||||||
ColorSelectPopup() {}
|
ColorSelectPopup() {}
|
||||||
bool init(EffectGameObject* triggerObj, cocos2d::CCArray* triggerObjs, ColorAction* colorAction) = mac 0x41ee70, win 0x43ae0;
|
bool init(EffectGameObject* triggerObj, cocos2d::CCArray* triggerObjs, ColorAction* colorAction) = mac 0x41ee70, win 0x43ae0;
|
||||||
void updateColorValue() = win 0x46f30;
|
void updateColorValue() = win 0x46f30;
|
||||||
|
|
Loading…
Reference in a new issue