Skip to content

Commit

Permalink
Propagate collapse to path composer.
Browse files Browse the repository at this point in the history
Fixes crash caught by @zplata discussed here: https://2dimensions.slack.com/archives/CLLCU09T6/p1681424342445369?thread_ts=1681320431.308629&cid=CLLCU09T6

We weren't propagating collapse to the path composer which meant that when the collapse for solo changed the deferred dirt (from the GameKit optimization of not updating opacity 0 paths) we wouldn't run the update cycle on the path composer. This meant no path would ever get generated for some shapes.

Diffs=
abc600932 Propagate collapse to path composer. (#5116)
  • Loading branch information
luigi-rosso committed Apr 13, 2023
1 parent 0a89fac commit cd7dd45
Show file tree
Hide file tree
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 @@
9266e0d308fa635b6cd9e037fa75c7b88cdb7a87
abc600932de98bb9552585370faa27b57d96b7db
2 changes: 1 addition & 1 deletion submodules/rive-cpp

0 comments on commit cd7dd45

Please sign in to comment.