Oof
This commit is contained in:
parent
f5f937fe12
commit
004ec6e5d4
@ -109,7 +109,7 @@ local state_machine = {
|
||||
-- we just turned towards a new row and are approaching in positive x direction
|
||||
x = x - 1
|
||||
o = "+x"
|
||||
elseif T.state.current_row % 2 == 1 then
|
||||
elseif T.state.current_row % 2 == 0 then
|
||||
-- we are in an even row and approaching in positive z direction
|
||||
z = z - 1
|
||||
o = "+z"
|
||||
|
Loading…
Reference in New Issue
Block a user