This commit is contained in:
Kai Vogelgesang 2020-07-08 12:39:09 +02:00
parent f5f937fe12
commit 004ec6e5d4

View File

@ -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"