Placement rendering cleanup

This commit is contained in:
Anuken
2020-12-20 14:28:14 -05:00
parent 75a4d2901f
commit e3c68b485d
2 changed files with 2 additions and 1 deletions

View File

@@ -154,6 +154,7 @@ public class DesktopInput extends InputHandler{
}
drawRequest(lineRequests.get(i));
}
lineRequests.each(this::drawOverRequest);
}else if(isPlacing()){
if(block.rotate){
drawArrow(block, cursorX, cursorY, rotation);