also fix going right for no reason (why did I add that?)
This commit is contained in:
@@ -713,9 +713,6 @@ end
|
||||
end]]
|
||||
local function VP_printstack(buf, dimensions, cx,cy,cz,direction)
|
||||
reset()
|
||||
move("right")
|
||||
move("forward")
|
||||
move("left")
|
||||
move("up")
|
||||
if buf["height"] < cy then
|
||||
for _=1,math.abs(buf["height"]-cy),1 do
|
||||
@@ -728,9 +725,6 @@ local function VP_printstack(buf, dimensions, cx,cy,cz,direction)
|
||||
end
|
||||
local ox,oz = cx,cz
|
||||
cx,cz,direction = VP_moveto(cx+1,cz, cx,cz,direction)
|
||||
move("left")
|
||||
move("forward")
|
||||
move("right")
|
||||
|
||||
for x=1,dimensions["x"],1 do
|
||||
for z=1,dimensions["z"],1 do
|
||||
|
||||
Reference in New Issue
Block a user