Fixed terminology

This commit is contained in:
Anuken
2019-06-11 23:39:01 -04:00
parent df78412896
commit 9363946874
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ public enum EditorTool{
editor.drawBlock = tile.block() == Blocks.air ? tile.overlay() == Blocks.air ? tile.floor() : tile.overlay() : tile.block();
}
},
line("replace", "straight"){
line("replace", "orthogonal"){
@Override
public void touchedLine(MapEditor editor, int x1, int y1, int x2, int y2){