Skip to content

Commit 08ee2a9

Browse files
committed
Unbreak meshlets
1 parent b198880 commit 08ee2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_pbr/src/meshlet/instance_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ impl InstanceManager {
123123
let mesh_uniform = MeshUniform::new(
124124
&transforms,
125125
0,
126-
mesh_material_binding_id.slot,
126+
mesh_material_binding_id.id.slot,
127127
None,
128128
None,
129129
None,

0 commit comments

Comments
 (0)