M  src/falling_snow.lua
This commit is contained in:
HybridDog 2016-08-21 09:00:16 +02:00
parent 7080b2dbe0
commit 6affec0a56
1 changed files with 1 additions and 1 deletions

View File

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