From d2a54aaf056605cee11b8c5705c6abd2cb081a64 Mon Sep 17 00:00:00 2001 From: devil-ira Date: Wed, 2 Nov 2022 00:26:28 +0100 Subject: [PATCH] spelling --- examples/animation/custom_skinned_mesh.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/animation/custom_skinned_mesh.rs b/examples/animation/custom_skinned_mesh.rs index 2e103a6fc176d..8b6b6a68b8e7b 100644 --- a/examples/animation/custom_skinned_mesh.rs +++ b/examples/animation/custom_skinned_mesh.rs @@ -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],