diff --git a/src/falling_snow.lua b/src/falling_snow.lua index 52f7bc7..91ea69f 100644 --- a/src/falling_snow.lua +++ b/src/falling_snow.lua @@ -109,7 +109,7 @@ local function cold_perlin_test(x, y) local em = "" if type(x) ~= "number" then - em = em.. "x no number but "..type(y).." " + em = em.. "x no number but "..type(x).." " elseif x%1 ~= 0 then em = em.. "x no integer but "..x.." " end