From 6affec0a567c6cd6fc3d36fc9fe7b2304587a359 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Sun, 21 Aug 2016 09:00:16 +0200 Subject: [PATCH] fix typo M src/falling_snow.lua --- src/falling_snow.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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