Splitting line of code

This commit is contained in:
bernatx 2022-11-28 11:11:47 +01:00 committed by bernat
parent 028df0c24d
commit b7ce0d12df
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ struct CarlaRecorderWalkerBone
FVector Location;
FVector Rotation;
CarlaRecorderWalkerBone(FString &InName, FVector &InLocation, FVector &InRotation) : Name(InName), Location(InLocation), Rotation(InRotation) {}
CarlaRecorderWalkerBone(FString &InName, FVector &InLocation, FVector &InRotation) :
Name(InName), Location(InLocation), Rotation(InRotation) {}
};
struct CarlaRecorderWalkerBones