调整
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Cielonos.MainGame.Characters
|
||||
|
||||
if (owner is Player player)
|
||||
{
|
||||
dashRotation.y = player.viewSc.isLockedOn
|
||||
dashRotation.y = player.viewSc.isLockingTarget
|
||||
? player.viewSc.cameraRotationSm.cinemachineEndLockYaw + angle
|
||||
: player.viewSc.cameraRotationSm.cinemachineTargetYaw + angle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user