Skip to content
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

Fix tint cache clearing code for Mesh on canvas #8933

Merged
merged 2 commits into from Dec 6, 2022

Conversation

bigtimebuddy
Copy link
Member

@bigtimebuddy bigtimebuddy commented Dec 4, 2022

Closes #8929

Cached tint texture/canvas was not getting cleared when the texture changed.

Broken: https://jsfiddle.net/bigtimebuddy/c9Lo6wgm/ (7.0.4)
Fixed: https://jsfiddle.net/bigtimebuddy/p2cmyw9h/ (this PR)

@bigtimebuddy bigtimebuddy requested a review from a team December 4, 2022 21:34
@bigtimebuddy bigtimebuddy added this to the v7.1.0 milestone Dec 4, 2022
@bigtimebuddy bigtimebuddy added the ✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t label Dec 5, 2022
@bigtimebuddy bigtimebuddy merged commit 960476f into dev Dec 6, 2022
@bigtimebuddy bigtimebuddy deleted the fix/canvas-mesh-tint-cache branch December 6, 2022 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PIXI.Mesh can not switcing textures on Canvas
2 participants