Skip to content

Commit

Permalink
handle recursive clears
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jan 30, 2025
1 parent 5bcde92 commit 9fc9f2b
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,7 @@ fn transforms_at<'a>(
) -> TransformsAtEntity<'a> {
// This is called very frequently, don't put a profile scope here.

let Some(entity_transforms) = transforms_for_timeline.entity_transforms(entity_path.hash())
else {
let Some(entity_transforms) = transforms_for_timeline.entity_transforms(&entity_path) else {
return TransformsAtEntity::default();
};

Expand Down
Loading

0 comments on commit 9fc9f2b

Please sign in to comment.