mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-24 14:25:07 +02:00
Fix for wrong camera direction switch to 1stperson
This commit is contained in:
parent
4785492836
commit
f8b74bf86d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user