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

The example with scale component return different result after transform rewrite #374 #499

Closed
utherpally opened this issue Sep 16, 2020 · 2 comments
Labels
C-Bug An unexpected or incorrect behavior

Comments

@utherpally
Copy link

Run: cargo r --example texture_atlas on master

Before #374:
image

After #374:
image

P/s: my English is not good

@cart
Copy link
Member

cart commented Sep 16, 2020

Yup this is definitely broken. Rotation suffers from the same problem. We need to "untranslate" first I think.

@cart cart added the C-Bug An unexpected or incorrect behavior label Sep 16, 2020
@cart
Copy link
Member

cart commented Sep 16, 2020

Resolved by #500

@cart cart closed this as completed Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Bug An unexpected or incorrect behavior
Projects
None yet
Development

No branches or pull requests

2 participants