mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-25 06:45:47 +02:00
Fix for scriptblock rotation bug
This commit is contained in:
parent
8de43d7b1d
commit
c7a9e7c4df
@ -631,7 +631,7 @@ Public Class OverworldCamera
|
|||||||
isActionscriptReady = OS.ActionScript.IsReady
|
isActionscriptReady = OS.ActionScript.IsReady
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If isActionscriptReady = True And Screen.Level.CanMove() = True Then
|
If isActionscriptReady = True AndAlso ScriptBlock.TriggeredScriptBlock = False And Screen.Level.CanMove() = True Then
|
||||||
If _thirdPerson = False And _cameraFocusType = CameraFocusTypes.Player Then
|
If _thirdPerson = False And _cameraFocusType = CameraFocusTypes.Player Then
|
||||||
FirstPersonMovement()
|
FirstPersonMovement()
|
||||||
Else
|
Else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user