fix attempt #3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user