Splitting line of code
This commit is contained in:
parent
028df0c24d
commit
b7ce0d12df
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue