Disable using view bobbing value for 3rd person

This commit is contained in:
JappaWakka 2025-04-23 08:17:48 +02:00
parent f8d50ed35a
commit 9a571e480f

View File

@ -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