Skip to content

Commit

Permalink
Revert "Max Light test"
Browse files Browse the repository at this point in the history
This reverts commit 90da435.
  • Loading branch information
Josh015 committed Apr 12, 2021
1 parent 90da435 commit c0fcbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_pbr/src/render_graph/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub(crate) fn add_pbr_graph(world: &mut World) {
node::STANDARD_MATERIAL,
AssetRenderResourcesNode::<StandardMaterial>::new(true),
);
graph.add_system_node(node::LIGHTS, LightsNode::new(256));
graph.add_system_node(node::LIGHTS, LightsNode::new(10));

// TODO: replace these with "autowire" groups
graph
Expand Down

0 comments on commit c0fcbf2

Please sign in to comment.