[rect] Make rotatesincos() require() path safer.

This commit is contained in:
Lorenzo Cogotti 2022-09-01 08:57:26 +02:00
parent 0ce17379a1
commit 32cecbef1c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
-- @copyright 2022 The DoubleFourteen Code Forge
-- @author Lorenzo Cogotti
local rotatesincos = require((...):gsub('rect', '')..'vec').rotatesincos
local rotatesincos = require((...):gsub('rect$', '')..'vec').rotatesincos
local min, max = math.min, math.max
local abs = math.abs