This commit is contained in:
Aragas 2016-11-28 21:52:42 +03:00
parent e414eef0f4
commit 90ae5445ce
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
If Core.CurrentScreen.Identification = Screen.Identifications.OverworldScreen Then If Core.CurrentScreen.Identification = Screen.Identifications.OverworldScreen Then
If Screen.Camera.Name = "Overworld" Then If Screen.Camera.Name = "Overworld" Then
Dim c As OverworldCamera = CType(Screen.Camera, OverworldCamera) 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
End If End If
If Me.Rotation.Y <> Screen.Camera.Yaw Then If Me.Rotation.Y <> Screen.Camera.Yaw Then