mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Disable using view bobbing value for 3rd person
This commit is contained in:
parent
f8d50ed35a
commit
9a571e480f
@ -611,7 +611,7 @@ Public Class OverworldCamera
|
||||
End Sub
|
||||
|
||||
Private Function GetBobbing() As Single
|
||||
If IsSliding = True OrElse IsMoving = False OrElse Core.GameOptions.ViewBobbing = False Then
|
||||
If ThirdPerson = True OrElse IsSliding = True OrElse IsMoving = False OrElse Core.GameOptions.ViewBobbing = False Then
|
||||
Return 0.0F
|
||||
End If
|
||||
If Screen.Level?.Riding = True Then
|
||||
|
Loading…
x
Reference in New Issue
Block a user