fix getColorValue again

This commit is contained in:
mat 2022-12-18 19:36:27 -03:00 committed by GitHub
parent 49f4d2d5a0
commit a036f2abd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}