Merge pull request #14 from Bobbyjoness/patch-1

Fixed redundant requiring of ffi
This commit is contained in:
Matthew Blanchard 2016-01-01 22:29:02 -05:00
commit a3ac895517

View File

@ -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 = {}