parent
42af4c3378
commit
3c86e3bc8f
1 changed files with 1 additions and 1 deletions
|
@ -981,7 +981,7 @@ function wml_actions.terrain_mask(cfg)
|
|||
is_odd = true
|
||||
elseif alignment == "raw" then
|
||||
--todo: maybe rename this value?
|
||||
is_odd = (number % 2 != 0)
|
||||
is_odd = (x % 2 ~= 0)
|
||||
elseif border == false then
|
||||
is_odd = true
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue