Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde committed Oct 26, 2022
1 parent e60ddfb commit 58d63d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mesh_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void MeshTest::MeshSkeleton(const std::string &_renderEngine)
}

auto skeletonLocalTransforms = mesh->SkeletonLocalTransforms();
EXPECT_EQ(31, skeletonLocalTransforms.size());
EXPECT_EQ(31u, skeletonLocalTransforms.size());

// Clean up
engine->DestroyScene(scene);
Expand Down

0 comments on commit 58d63d0

Please sign in to comment.