mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-24 05:14:40 -04:00
fix CCControlColourPicker::getColorValue
This commit is contained in:
parent
a01e90b591
commit
49f4d2d5a0
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;
|
||||
auto getColorValue() {
|
||||
ccColor3B const& getColorValue() const {
|
||||
return m_rgb;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue