We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49df42 commit a5b80fdCopy full SHA for a5b80fd
crates/processing_render/src/render/material.rs
@@ -10,7 +10,7 @@ impl MaterialKey {
10
pub fn to_material(&self) -> StandardMaterial {
11
StandardMaterial {
12
base_color: Color::WHITE,
13
- unlit: true,
+ unlit: false,
14
cull_mode: None,
15
base_color_texture: self.background_image.clone(),
16
alpha_mode: if self.transparent {
0 commit comments