pull/12/head
hYdos 2020-02-26 17:39:56 +10:00
parent 791620e251
commit 8e32d45ad3
1 changed files with 1 additions and 3 deletions

View File

@ -30,9 +30,7 @@ public class FirstPersonCamera extends Camera
public void move()
{
var jdk = 13;
position.x = player.getPosition().x;
position.z = player.getPosition().z;
position.y = player.getPosition().y;