Skip to content

Commit a0554f9

Browse files
committed
Add DrawCommand::Light
1 parent e28d8b2 commit a0554f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/processing_render/src/render/command.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pub enum DrawCommand {
3737
angle: f32,
3838
},
3939
Geometry(Entity),
40+
Light(Entity),
4041
}
4142

4243
#[derive(Debug, Default, Component)]

0 commit comments

Comments
 (0)