This commit is contained in:
Anuken
2020-07-29 08:19:39 -04:00
parent 81265500a5
commit 7d2b7197d6
6 changed files with 44 additions and 6 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ public class Block extends UnlockableContent{
if(tile.build != null){
tile.build.draw();
}else{
Draw.rect(region, tile.drawx(), tile.drawy(), rotate ? tile.rotation * 90 : 0);
Draw.rect(region, tile.drawx(), tile.drawy());
}
}