Skip to content

Commit

Permalink
fix bounds calculation ahead of time
Browse files Browse the repository at this point in the history
this PR handles marking a shape bounds as dirty after it has updated.
This is needed because pointer events can trigger before a new draw update, which would consume the change flag before the shape has properly updated.

Diffs=
085f5bd2d fix bounds calculation ahead of time (#7380)
  • Loading branch information
bodymovin committed Jun 6, 2024
1 parent 15202ca commit 8e5add5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8364ba99c598f3a664d4b8a94f392974bc0d77e6
085f5bd2dce2d25561b00eebc5f7118a2c8769eb
2 changes: 1 addition & 1 deletion .rive_renderer
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f1ec43c82b136c33edfd71ec9759249d9fb5b182
97fdd91ecb8e839bd48fb2076aae4b0c6f9db5f0
2 changes: 1 addition & 1 deletion submodules/rive-cpp

0 comments on commit 8e5add5

Please sign in to comment.