Skip to content

Commit bb281cf

Browse files
Remove unused shader define (#8981)
Unused since #5703
1 parent 608367f commit bb281cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/bevy_gizmos/src/pipeline_3d.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ impl SpecializedRenderPipeline for LineGizmoPipeline {
7070

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

0 commit comments

Comments
 (0)