Skip to content

Commit

Permalink
Accidentally removed newline
Browse files Browse the repository at this point in the history
  • Loading branch information
akimakinai committed Oct 16, 2024
1 parent 4a4f2f9 commit 87516d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_pbr/src/render/light.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ pub fn extract_lights(
)>();
continue;
}

// TODO: update in place instead of reinserting.
let mut extracted_cascades = EntityHashMap::default();
let mut extracted_frusta = EntityHashMap::default();
Expand Down

0 comments on commit 87516d8

Please sign in to comment.