2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-13 05:41:43 +00:00

chore: update default root bone name to empty string and do not specify if matching default name

This commit is contained in:
Jan Laupetin
2026-05-03 13:51:56 +02:00
parent ed1ed73c73
commit 0c1bc747dc
3 changed files with 8 additions and 3 deletions
+3 -1
View File
@@ -132,5 +132,7 @@ typedef DistinctMapper<VertexMergerPos> VertexMerger;
namespace xmodel
{
constexpr auto DEFAULT_XMODEL_ROOT_BONE_NAME = "";
std::string GetJsonFileNameForAssetName(const std::string& assetName);
}
} // namespace xmodel