Fix comment in 〃

This commit is contained in:
Patrick 'Quezler' Mounier
2020-01-29 09:04:46 +01:00
parent 432b555f1b
commit d2869b976d

View File

@@ -151,7 +151,7 @@ public class CraterConveyor extends Block implements Autotiler{
public void drawLayer(Tile tile){
CraterConveyorEntity entity = tile.ent();
// fixme: use this for debugging
// fixme: someday remove these 3 debugging lines
Lines.stroke(1f, entity.isSleeping() ? Color.red : Color.green);
Lines.circle(tile.drawx() + (tilesize/3f), tile.drawy() - (tilesize/3f), 0.5f);
Draw.reset();