fix it again...

This commit is contained in:
justuswolff
2026-02-18 20:22:06 +01:00
parent 3f74327f77
commit 35bd00feb9

View File

@@ -706,9 +706,8 @@ local function VP_printstack(buf, dimensions, cx,cz,direction)
for _=1,buf["height"],1 do
move("up")
end
cx,cz,direction = VP_moveto(cx+1,cz, cx,cz,direction)
local ox,oz = cx,cz
cx,cz,direction = VP_moveto(cx+1,cz, cx,cz,direction)
for x=1,dimensions["x"],1 do
for z=1,dimensions["z"],1 do