Replies: 1 comment
-
There was some discussion about this a while back here: #5139 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
global_vs_local_translation
example uses thetranslation_mut
method onGlobalTransform
. I thoughtGlobalTransform
was meant to never be updated manually, why is there a_mut
method on it then? And why is it manually updated in the example? It seemstranslation_mut
is the only mutable method onGlobalTransform
.Beta Was this translation helpful? Give feedback.
All reactions