Testing github webhook

This commit is contained in:
Anuken 2018-05-22 12:07:33 -04:00
parent d97a585eba
commit 4781351184

View File

@ -39,7 +39,6 @@ public enum EditorTool{
}
public void touched(MapEditor editor, int x, int y){
//TODO select floor/block properly instead of using this method!
boolean floor = editor.getDrawBlock() instanceof Floor;
TileDataMarker writer = editor.getMap().readAt(x, y);