mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 16:24:45 +02:00
Fix for NewGame camera updating bug
This commit is contained in:
parent
5e3713c6c6
commit
35ff0a601d
@ -15,10 +15,7 @@
|
|||||||
Projection = Matrix.CreatePerspectiveFieldOfView(MathHelper.ToRadians(45.0), Core.GraphicsDevice.Viewport.AspectRatio, 0.01, 16)
|
Projection = Matrix.CreatePerspectiveFieldOfView(MathHelper.ToRadians(45.0), Core.GraphicsDevice.Viewport.AspectRatio, 0.01, 16)
|
||||||
FOV = 45
|
FOV = 45
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CreateProjectionMatrix()
|
CreateProjectionMatrix()
|
||||||
Update()
|
|
||||||
Me._canToggleThirdPerson = False
|
Me._canToggleThirdPerson = False
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user