player and entity physics improvements
This commit is contained in:
@@ -45,7 +45,7 @@ internal class Program
|
||||
Vector3 startPos = new Vector3(15, 64, 15);
|
||||
Player player = new Player(startPos, world);
|
||||
|
||||
window.Update += player.Tick;
|
||||
window.Tick += player.Tick;
|
||||
window.Update += player.Update;
|
||||
|
||||
window.Run();
|
||||
|
||||
Reference in New Issue
Block a user