Skip to content

Commit

Permalink
todos and removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ablackbu committed Mar 19, 2017
1 parent 32aeef6 commit 6cf96ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/bamboo/tloll/Tloll.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.bamboo.tloll.debug.Logger;
import com.bamboo.tloll.graphics.*;
import com.bamboo.tloll.graphics.structure.WorldMap;
import com.bamboo.tloll.input.Input;
import com.bamboo.tloll.input.KeyboardHandler;
import org.lwjgl.glfw.GLFWKeyCallback;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/bamboo/tloll/input/Input.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
public class Input {

//TODO: need to fix vector math - diag movement is really really fast
//TODO: Also direct movement may be better served inside the player. tbd.

/*
* The slick callback wont wory because its too laggy with the difference between key press and key repeat.
Expand Down

0 comments on commit 6cf96ab

Please sign in to comment.