fix attempt #3

This commit is contained in:
justuswolff
2026-02-17 02:08:27 +01:00
parent 191204184e
commit 66a2b8d392

View File

@@ -385,7 +385,7 @@ local function render(buf, pbuf, cx,cy,cz, tx,tz, sx,sz, shouldsetlist,invertsli
}
local tsx,tsy = term.getSize()
local camx,camy = cx-tsx/2,cz-tsy/2
local camx,camy = cx-(tsx/2),cz-(tsy/2)
reset()
for x=1,sx,1 do