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