Skip to content

Commit a5b80fd

Browse files
committed
set MaterialKey unlit = false
1 parent e49df42 commit a5b80fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/processing_render/src/render/material.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ impl MaterialKey {
1010
pub fn to_material(&self) -> StandardMaterial {
1111
StandardMaterial {
1212
base_color: Color::WHITE,
13-
unlit: true,
13+
unlit: false,
1414
cull_mode: None,
1515
base_color_texture: self.background_image.clone(),
1616
alpha_mode: if self.transparent {

0 commit comments

Comments
 (0)