You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jitters are a bit random depending on system ordering and only while zooming an orthographic camera.
The "I think" came because adding the .before(CameraUpdateSystem) fixed the issue for me, but I am not certain this is the correct fix or if it only made the randomness more favorable to me.
Since commit 11b0348 (pull request #76) there are jitters when in orthographic camera.
To fix this, the system set does not only need to be before
TransformSystem::TransformPropagate
but also beforeCameraUpdateSystem
(I think).The text was updated successfully, but these errors were encountered: