changing the standard conf to 1
This commit is contained in:
parent
f4ac84daa2
commit
b372286a69
@ -52,7 +52,7 @@ function math.rand(low, high)
|
||||
end
|
||||
|
||||
function math.normalize(num, conf)
|
||||
conf = conf or 10
|
||||
conf = conf or 1
|
||||
|
||||
return (num / conf) % 1
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user