Skip to content

Commit

Permalink
Fix handling clears in transform cache (#8872)
Browse files Browse the repository at this point in the history
Co-authored-by: Clement Rey <[email protected]>
  • Loading branch information
Wumpf and teh-cmc authored Jan 31, 2025
1 parent 026d846 commit 7250c48
Show file tree
Hide file tree
Showing 2 changed files with 524 additions and 261 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 7250c48

Please sign in to comment.