Skip to content

Commit

Permalink
Remove unused shader define (#8981)
Browse files Browse the repository at this point in the history
Unused since #5703
  • Loading branch information
tim-blackbird committed Jul 4, 2023
1 parent 608367f commit bb281cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_gizmos/src/pipeline_3d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ impl SpecializedRenderPipeline for LineGizmoPipeline {

fn specialize(&self, key: Self::Key) -> RenderPipelineDescriptor {
let mut shader_defs = vec![
"GIZMO_3D".into(),
#[cfg(feature = "webgl")]
"SIXTEEN_BYTE_ALIGNMENT".into(),
];
Expand Down

0 comments on commit bb281cf

Please sign in to comment.