Map submission for 0 / 218 thorium removed / Fixed turrets rotating in editor

This commit is contained in:
Anuken
2025-09-26 23:59:25 -04:00
parent 02a637b843
commit 840ac5f913
6 changed files with 20 additions and 7 deletions

View File

@@ -226,7 +226,7 @@ public class EditorRenderer implements Disposable{
y * tilesize + block.offset - height / 2f,
width/2f, height/2f,
width, height,
tile.build == null || !block.rotate ? 0 : tile.build.rotdeg(),
tile.build == null || !block.rotate || !block.rotateDrawEditor ? 0 : tile.build.rotdeg(),
Color.whiteFloatBits);
if(tile.build != null){