Skip to content

Commit

Permalink
fixed 4.25 build
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeioris committed Aug 10, 2023
1 parent 9b99f82 commit c7c5968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/glTFRuntime/Public/glTFRuntimeParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ struct FglTFRuntimeSkeletalMeshContext : public FGCObject
#if ENGINE_MAJOR_VERSION > 4 || ENGINE_MINOR_VERSION > 26
return SkeletalMesh->GetRefSkeleton().GetParentIndex(BoneIndex);
#else
return SkeletalMesh->Skeleton->RefSkeleton.GetParentIndex(BoneIndex);
return SkeletalMesh->RefSkeleton.GetParentIndex(BoneIndex);
#endif
}

Expand Down

0 comments on commit c7c5968

Please sign in to comment.