Skip to content

Commit

Permalink
bevy_pbr2: Remove unneeded ..Default::default()
Browse files Browse the repository at this point in the history
  • Loading branch information
superdump committed Nov 13, 2021
1 parent 48d79e9 commit 4f1c53b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipelined/bevy_pbr2/src/material.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ impl RenderAsset for StandardMaterial {
reflectance: material.reflectance,
flags: flags.bits(),
alpha_cutoff,
..Default::default()
};
let value_std140 = value.as_std140();

Expand Down

0 comments on commit 4f1c53b

Please sign in to comment.