Skip to content

Commit

Permalink
Don't early-exit on non-pinhole transforms when looking up cameras (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs authored and emilk committed May 25, 2023
1 parent 7729c44 commit 68dab42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ impl ScenePart for CamerasPart {
&query,
) {
let Transform::Pinhole(pinhole) = transform else {
return;
continue;
};
let entity_highlight = highlights.entity_outline_mask(ent_path.hash());

Expand Down

0 comments on commit 68dab42

Please sign in to comment.