Skip to content

Commit

Permalink
fix mesh to use 3d mesh in 3d testbed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Jan 20, 2025
1 parent 65f87d5 commit 4f9100b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_testbed/objects/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ impl EntityWithGraphics {
);
#[cfg(feature = "dim3")]
let bundle = (
Mesh2d(mesh),
Mesh3d(mesh),
MeshMaterial3d(material_handle.clone_weak()),
transform,
);
Expand Down

0 comments on commit 4f9100b

Please sign in to comment.