Skip to content

Commit

Permalink
fix: ゲームビルドエラー
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyo committed May 7, 2024
1 parent 7868708 commit e81d142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/VRM4ULoader/Private/VrmConvertHumanoid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ static void renameToUE4Bone(USkeletalMesh *targetSK, UVrmMetaObject *meta, const
TMap<FName, FName> changeTable;

allbone[0].Name = TEXT("root");
#if WITH_EDITORONLY_DATA
allbone[0].ExportName = TEXT("root");
#endif

for (auto &a : allbone) {

Expand Down

0 comments on commit e81d142

Please sign in to comment.