Files
godot/scene
Max Piepenbrink cf8455c52d Fix regression causing jittery canvas transforms
This PR https://github.com/godotengine/godot/pull/104451 introduced
a tricky regression. Canvas item transforms could risk not being
updated for multiple frames due to the conditional on the line
in this commit. Before the "approx_pos|size_changed" fix, the
transform would get updated incidentally either way. But now there's
a gap where (pos_changed && !size_changed) may not be true for a few
frames and there's nothing else left to trigger a transform update.

The fix is quite simple, for updating the canvas item transform
we remain trigger happy around position changes, but respect the
approx_size_changed.
2025-04-16 23:59:05 -07:00
..
2025-04-10 16:29:30 -05:00
2025-04-10 16:29:30 -05:00
2025-04-08 20:14:28 +03:00
2025-04-08 22:27:32 +02:00
2025-04-08 22:27:32 +02:00