Merge pull request #14 from Bobbyjoness/patch-1
Fixed redundant requiring of ffi
This commit is contained in:
commit
a3ac895517
@ -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