Skip to content

fix incorrect return type#1302

Closed
flurrybun wants to merge 2 commits intogeode-sdk:mainfrom
flurrybun:main
Closed

fix incorrect return type#1302
flurrybun wants to merge 2 commits intogeode-sdk:mainfrom
flurrybun:main

Conversation

@flurrybun
Copy link
Contributor

old: ccHSVValue ConfigureHSVWidget::getHSV(GameObject*, cocos2d::CCArray*, int)
new: ccHSVValue& ConfigureHSVWidget::getHSV(GameObject*, cocos2d::CCArray*, int)

tested on windows and android64 and both work as expected. somehow the old return type didn't cause any issues on windows, however on android trying to hook this function resulted in it returning garbage data:

image

@flurrybun flurrybun marked this pull request as draft March 1, 2026 19:57
@flurrybun
Copy link
Contributor Author

actually wait i might be stupid

@flurrybun
Copy link
Contributor Author

ok i am stupid

@flurrybun flurrybun closed this Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant