mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-10 02:31:48 +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)
|
||||
local function _random(rng, ...)
|
||||
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(...)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user