commit
36dfd97429
@ -5,7 +5,7 @@ local modules = (...):gsub('%.[^%.]+$', '') .. "."
|
||||
local vec3 = require(modules .. "vec3")
|
||||
local private = require(modules .. "_private_utils")
|
||||
local acos = math.acos
|
||||
local atan2 = math.atan2
|
||||
local atan2 = math.atan2 or math.atan
|
||||
local sqrt = math.sqrt
|
||||
local cos = math.cos
|
||||
local sin = math.sin
|
||||
|
Loading…
x
Reference in New Issue
Block a user