mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-22 21:35:07 +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
|
||||
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
|
||||
FirstPersonMovement()
|
||||
Else
|
||||
|
Loading…
x
Reference in New Issue
Block a user