Attempting to fix github CI

This commit is contained in:
Anuken
2019-10-11 09:14:43 -04:00
parent 204332a76a
commit 21b7a0235b
2 changed files with 2 additions and 4 deletions

View File

@@ -191,10 +191,6 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
}
public boolean isDrawing(){
return false;
}
public void drawSelected(int x, int y, Block block, Color color){
Draw.color(color);
for(int i = 0; i < 4; i++){