Skip to content

Commit

Permalink
editor+runtime: fix slow hit-testing
Browse files Browse the repository at this point in the history
turns out forEachChild + recursion is a bad combo. Recurse on just the first level of the hierarchy. I also made sure that the `forEachChild` in both Dart and C++ would do the same thing, and have the same signature.

Diffs=
90da85fbb4 editor+runtime: fix slow hit-testing (#8907)
susan101566 committed Jan 22, 2025
1 parent ba61107 commit 4b73434
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b03d365c93d0d52f0f05ae598deacbf7dd330a53
90da85fbb4151a7a4a1c30cf2f6738929debe925
2 changes: 1 addition & 1 deletion submodules/rive-cpp

0 comments on commit 4b73434

Please sign in to comment.