Fix Camera bug

This commit is contained in:
JappaWakka 2024-05-10 19:06:20 +02:00
parent 813e939090
commit f2a9babcd7
1 changed files with 1 additions and 1 deletions

View File

@ -1017,7 +1017,7 @@ Public Class OverworldCamera
_aimDirection = facing
End If
Else
If ForceCameraTurn = True Then
If _thirdPerson = True AndAlso ForceCameraTurn = True Then
Dim facing As Integer = GetFacingDirection()
facing += _playerFacing - GetFacingDirection()