mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-03-17 20:58:13 +02:00
Update math.lua
This commit is contained in:
parent
e477bee324
commit
28c7fb1b15
@ -1,6 +1,6 @@
|
||||
local Public = {}
|
||||
|
||||
-- Using localized math functions is better for performance reasons:
|
||||
-- Importing localized math functions from this file has better performance than importing from the global scope:
|
||||
Public.random = math.random
|
||||
Public.randomseed = math.randomseed
|
||||
Public.sqrt = math.sqrt
|
||||
|
Loading…
x
Reference in New Issue
Block a user