Skip to content

Commit 5139de9

Browse files
committed
Fix. Removed PlayerMock
1 parent 59e3446 commit 5139de9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/workspace/FirstPersonView.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package workspace;
22

3-
import engine.world.PlayerMock;
43
import math.Mathf;
54
import math.Matrix3f;
65
import math.Matrix4f;
@@ -79,8 +78,6 @@ public void pre() {
7978

8079
eye.addLocal(velocity.mult(speed));
8180
eye.setY(-300);
82-
83-
PlayerMock.playerPosition.addLocal(velocity.mult(0.1f));
8481
}
8582

8683
public void apply() {

0 commit comments

Comments
 (0)