Fixed redundant requiring of ffi
This commit is contained in:
parent
1033713b33
commit
ffe3d4b083
@ -3,7 +3,6 @@
|
||||
|
||||
local atan2, sqrt, pi = math.atan2, math.sqrt, math.pi
|
||||
local cos, sin = math.cos, math.sin
|
||||
local ffi = require "ffi"
|
||||
|
||||
local vec2 = {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user