-
Notifications
You must be signed in to change notification settings - Fork 7.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V3 Layout scissors clipping mode fix #18651
Conversation
@minggo @dumganhar please look here |
Is there any test case to reproduce it? |
Yes see pull request |
@minggo This fix is better than the one I recently submitted in #20352 and #20407 and actually addresses a few more issues with the clipping. It should replace the ones I submitted. I'll submit a new V4 PR with this same code, but it's best if the changes in this PR are used for V3 since it's already here. |
Yep, i don't know why i missed this PR. |
@rh101 you are appreciated if you can send a new PR. |
Will do so today |
* Fix for issue cocos2d#19890 * Updated with better fix from the V3 PR cocos2d#18651 * Formatting fix * Fixed issue with incorrect type (double instead of float) when compiling on certain platforms. * Another attempt to fix compilation issue
fix bugs in Layout scissors clipping mode