fixed movement
This commit is contained in:
@@ -47,6 +47,7 @@ internal class Program
|
||||
|
||||
window.Tick += player.Tick;
|
||||
window.Update += player.Update;
|
||||
window.Update += Camera.UpdateFOV;
|
||||
|
||||
window.Run();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user