lua fix polydraw missing functions

Change-Id: I9e2537e4839e2b4f9beddbc887610213ed954a87
This commit is contained in:
William Wilgus 2019-08-20 00:50:09 -05:00
parent 8b7ae89b43
commit ecfb4590ad

View file

@ -35,8 +35,10 @@ local _poly = {} do
local _NIL = nil -- nil placeholder
local _abs = math.abs
local _clear = rocklib_image.clear
local _copy = rocklib_image.copy
local _line = rocklib_image.line
local _newimg = rb.new_image
local flood_fill = require("draw_floodfill")
-- draws a non-filled figure based on points in t-points