diff --git a/P3D/Entites/Enviroment/StrengthRock.vb b/P3D/Entites/Enviroment/StrengthRock.vb index 1a235b4c1..9cc16348c 100644 --- a/P3D/Entites/Enviroment/StrengthRock.vb +++ b/P3D/Entites/Enviroment/StrengthRock.vb @@ -123,6 +123,13 @@ End Function Public Overrides Sub UpdateEntity() + If Me.BaseModel Is BaseModel.getModelbyID(3) Then + If Me.Rotation.Y <> Screen.Camera.Yaw Then + Me.Rotation.Y = Screen.Camera.Yaw + CreatedWorld = False + End If + End If + MyBase.UpdateEntity() End Sub