pull/12/head
hYdos 2020-02-26 17:30:31 +10:00
parent 379168ad98
commit 791620e251
2 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-10">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>

View File

@ -30,6 +30,9 @@ 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;