Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: fix DisplayObject._renderingOrder differentiate with graphics.re… #231

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yhchen
Copy link
Contributor

@yhchen yhchen commented Aug 9, 2024

由于context.renderingOrder一直使用的都是 context.renderingOrder++方式,所以外部DisplayObject不应该如此赋值
_renderingOrder = context.renderingOrder + 1;
而是应该去掉+1

@yhchen
Copy link
Contributor Author

yhchen commented Aug 9, 2024

本修改已在项目中进行过测试未发现问题,且为最小化修改,希望谷主满意

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant