Skip to content

Commit a989531

Browse files
committed
Add DrawCommand::Light
1 parent 4deb239 commit a989531

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)