Fixed redundant requiring of ffi

This commit is contained in:
Bobbyjoness 2016-01-01 21:58:38 -05:00
parent 1033713b33
commit ffe3d4b083

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