mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Test
This commit is contained in:
parent
e414eef0f4
commit
90ae5445ce
@ -76,7 +76,7 @@
|
||||
If Core.CurrentScreen.Identification = Screen.Identifications.OverworldScreen Then
|
||||
If Screen.Camera.Name = "Overworld" Then
|
||||
Dim c As OverworldCamera = CType(Screen.Camera, OverworldCamera)
|
||||
Me.Position = New Vector3(c.Position.X + 0.01F, c.Position.Y - 0.1F, c.Position.Z + 0.01F)
|
||||
Me.Position = New Vector3(c.Position.X, c.Position.Y - 0.1F, c.Position.Z)
|
||||
End If
|
||||
End If
|
||||
If Me.Rotation.Y <> Screen.Camera.Yaw Then
|
||||
|
Loading…
x
Reference in New Issue
Block a user