mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-22 22:24:35 +00:00
woops typo
This commit is contained in:
parent
2642c304ad
commit
370b33b96f
2
uuid.lua
2
uuid.lua
@ -9,7 +9,7 @@ local uuid = {}
|
|||||||
--(internal; use a provided random generator object, or not)
|
--(internal; use a provided random generator object, or not)
|
||||||
local function _random(rng, ...)
|
local function _random(rng, ...)
|
||||||
if rng then return rng:random(...) end
|
if rng then return rng:random(...) end
|
||||||
if love then return nlove.math.random(...) end
|
if love then return love.math.random(...) end
|
||||||
return math.random(...)
|
return math.random(...)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user