Fix for wrong camera direction switch to 1stperson

This commit is contained in:
JappaWakka 2022-09-19 15:49:14 +02:00
parent 4785492836
commit f8b74bf86d
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ Public Class OverworldCamera
Core.GameMessage.ShowMessage(Localization.GetString("game_message_third_person_on"), 12, FontManager.MainFont, Color.White)
End If
Else
Yaw = GetAimYawFromDirection(_playerFacing)
Yaw = GetAimYawFromDirection(GetFacingDirection())
If showMessage = True Then
Core.GameMessage.ShowMessage(Localization.GetString("game_message_third_person_off"), 12, FontManager.MainFont, Color.White)
End If