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

Bug: v8.0.0-rc.7 Calling Texture.update() causes texture rendering to fail #10179

Closed
davidye opened this issue Feb 3, 2024 · 2 comments
Closed
Assignees
Labels

Comments

@davidye
Copy link

davidye commented Feb 3, 2024

Current Behavior

See playground: https://www.pixiplayground.com/#/edit/WWR4CksEeaOL6UfDGTnZ8

Expected Behavior

Updated texture should render

Steps to Reproduce

See playground

Environment

  • pixi.js version: e.g. 7.1.0
  • Browser & Version: e.g. Chrome 108
  • OS & Version: e.g. Ubuntu 22.04
  • Running Example: e.g. https://pixiplayground.com/

Possible Solution

No response

Additional Information

No response

@davidye
Copy link
Author

davidye commented Feb 3, 2024

Strangely enough, moving the texture.update() call to be before the ctx.* methods causes it to work?

@GoodBoyDigital
Copy link
Member

should be fixed by #10187 :)

@Zyie Zyie closed this as completed Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants