mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
fix getColorValue again
This commit is contained in:
parent
49f4d2d5a0
commit
a036f2abd1
1 changed files with 1 additions and 1 deletions
|
@ -961,7 +961,7 @@ class cocos2d::extension::CCControlColourPicker {
|
|||
auto ccTouchBegan(cocos2d::CCTouch*, cocos2d::CCEvent*) = mac 0x1aae10;
|
||||
auto init() = mac 0x1aa400;
|
||||
static auto colourPicker() = mac 0x1aaa30;
|
||||
ccColor3B const& getColorValue() const {
|
||||
cocos2d::ccColor3B const& getColorValue() const {
|
||||
return m_rgb;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue