Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
irate-devil committed Nov 3, 2022
1 parent b654df6 commit d2a54aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/animation/custom_skinned_mesh.rs
Expand Up @@ -77,7 +77,7 @@ fn setup(
// This means that a maximum of 4 joints can affect a single vertex.
mesh.insert_attribute(
Mesh::ATTRIBUTE_JOINT_INDEX,
// Need to be explicity here as [u16; 4] could be either Uint16x4 or Unorm16x4
// Need to be explicit here as [u16; 4] could be either Uint16x4 or Unorm16x4.
VertexAttributeValues::Uint16x4(vec![
[0, 0, 0, 0],
[0, 0, 0, 0],
Expand Down

0 comments on commit d2a54aa

Please sign in to comment.