Fix for NewGame camera updating bug

This commit is contained in:
JappaWakka 2022-04-15 16:34:55 +02:00
parent 5e3713c6c6
commit 35ff0a601d
1 changed files with 0 additions and 3 deletions

View File

@ -15,10 +15,7 @@
Projection = Matrix.CreatePerspectiveFieldOfView(MathHelper.ToRadians(45.0), Core.GraphicsDevice.Viewport.AspectRatio, 0.01, 16)
FOV = 45
CreateProjectionMatrix()
Update()
Me._canToggleThirdPerson = False
End Sub