Skip to content

Commit c9e8162

Browse files
committed
[fix] cfg flag.
1 parent 8aadd36 commit c9e8162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/lambda-rs/src/render

crates/lambda-rs/src/render/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ impl RenderContext {
831831

832832
#[cfg(any(
833833
debug_assertions,
834-
feature = "render-instancing-validation",
834+
feature = "render-validation-instancing",
835835
))]
836836
{
837837
bound_vertex_slots.insert(buffer);

0 commit comments

Comments
 (0)