fix(drawable/lines): make them unlit

This commit is contained in:
Nova
2025-08-22 21:21:51 -07:00
parent 30f340fe41
commit 71b1792ee2

View File

@@ -195,6 +195,7 @@ fn build_line_mesh(
perceptual_roughness: 1.0,
// TODO: this should be Blend
alpha_mode: AlphaMode::Opaque,
unlit: true,
..default()
})),
));