mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 01:05:22 +02:00
Fix Camera bug
This commit is contained in:
parent
813e939090
commit
f2a9babcd7
@ -1017,7 +1017,7 @@ Public Class OverworldCamera
|
|||||||
_aimDirection = facing
|
_aimDirection = facing
|
||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
If ForceCameraTurn = True Then
|
If _thirdPerson = True AndAlso ForceCameraTurn = True Then
|
||||||
Dim facing As Integer = GetFacingDirection()
|
Dim facing As Integer = GetFacingDirection()
|
||||||
facing += _playerFacing - GetFacingDirection()
|
facing += _playerFacing - GetFacingDirection()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user