Skip to content

Commit f2bd6bd

Browse files
committed
final archtrace adjustment
1 parent c1df2b3 commit f2bd6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Archer/Character/Mechanics/ArchTrace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void UArchTrace::SetInterpolatedAimDirection(float DeltaTime)
5151

5252
FVector UArchTrace::GetSocketPosition() const
5353
{
54-
return BowSocket?BowSocket->GetSocketLocation(SkeletalMeshComponent):GetOwner()->GetActorLocation() + TargetAimDirection*30.f;
54+
return BowSocket?BowSocket->GetSocketLocation(SkeletalMeshComponent):GetOwner()->GetActorLocation() + TargetAimDirection*50.f;
5555
}
5656

5757
void UArchTrace::InitializeCollisionTypes()

0 commit comments

Comments
 (0)