diff --git a/Content/Henry_AnimBP.uasset b/Content/Henry_AnimBP.uasset index 56beacb942acbaa5c2b40760464db80711d97316..33087a447d2722b524ef1f0d8db35f9319f3adbe 100644 --- a/Content/Henry_AnimBP.uasset +++ b/Content/Henry_AnimBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e479597ef08c66f8cc9ed09c77c4d1dcc0080ba25b50281c67db4bbdd1832086 -size 591666 +oid sha256:8d7168929f5b6d36d7f7d9a10750f78739f3ae61806a127f875fb10ec7cd27fa +size 621979 diff --git a/Source/CharacterPlugin/Private/VHListenerBackchannels.cpp b/Source/CharacterPlugin/Private/VHListenerBackchannels.cpp index 8c9ed6d49356d0db73aa7bd7fc66219b964fea02..ba4ad6acce86c7e81050de00b304740c6ad20170 100644 --- a/Source/CharacterPlugin/Private/VHListenerBackchannels.cpp +++ b/Source/CharacterPlugin/Private/VHListenerBackchannels.cpp @@ -488,7 +488,7 @@ bool UVHListenerBackchannels::in_VH_FieldofView(FVector Point, FRotator HeadRota FRotator LookAtTargetRot = LookAtTarget(Point); FRotator difference = LookAtTargetRot - HeadRotation; //if ((abs(difference.Yaw) > 107.0) || (abs(difference.Roll) > 70.0)) - if ((abs(difference.Yaw) > 107.0) || (abs(difference.Roll) > 70.0)) + if ((abs(difference.Yaw) > 107.0) || (abs(difference.Roll) > 75.0)) { return false; }