Skip to content

Commit

Permalink
Fix typo for 'skel:skeleton' Relationship pprint.
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo committed Apr 23, 2024
1 parent 3e808fc commit 1d10bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pprinter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2834,7 +2834,7 @@ std::string to_string(const GeomMesh &mesh, const uint32_t indent,
if (mesh.skeleton) {
ss << print_relationship(mesh.skeleton.value(),
mesh.skeleton.value().get_listedit_qual(),
/* custom */ false, "skel:skeketon", indent + 1);
/* custom */ false, "skel:skeleton", indent + 1);
}

ss << print_typed_attr(mesh.blendShapes, "skel:blendShapes", indent + 1);
Expand Down

0 comments on commit 1d10bf7

Please sign in to comment.