fix(drawable/lines): make them unlit
This commit is contained in:
@@ -195,6 +195,7 @@ fn build_line_mesh(
|
|||||||
perceptual_roughness: 1.0,
|
perceptual_roughness: 1.0,
|
||||||
// TODO: this should be Blend
|
// TODO: this should be Blend
|
||||||
alpha_mode: AlphaMode::Opaque,
|
alpha_mode: AlphaMode::Opaque,
|
||||||
|
unlit: true,
|
||||||
..default()
|
..default()
|
||||||
})),
|
})),
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user