TurnComponent Rotation Pivot Fix
Compare changes
@@ -4,6 +4,7 @@
@@ -110,15 +111,14 @@ void UTurnComponent::OnBeginSnapTurn(const FInputActionValue& Value)
The pawn is currently rotating around itself. This commit causes it to rotate around its camera component instead of itself.
Fixes #655