forked from len0rd/rockbox
lua fix polydraw missing functions
Change-Id: I9e2537e4839e2b4f9beddbc887610213ed954a87
This commit is contained in:
parent
8b7ae89b43
commit
ecfb4590ad
1 changed files with 2 additions and 0 deletions
|
@ -35,8 +35,10 @@ local _poly = {} do
|
||||||
local _NIL = nil -- nil placeholder
|
local _NIL = nil -- nil placeholder
|
||||||
|
|
||||||
local _abs = math.abs
|
local _abs = math.abs
|
||||||
|
local _clear = rocklib_image.clear
|
||||||
local _copy = rocklib_image.copy
|
local _copy = rocklib_image.copy
|
||||||
local _line = rocklib_image.line
|
local _line = rocklib_image.line
|
||||||
|
local _newimg = rb.new_image
|
||||||
local flood_fill = require("draw_floodfill")
|
local flood_fill = require("draw_floodfill")
|
||||||
|
|
||||||
-- draws a non-filled figure based on points in t-points
|
-- draws a non-filled figure based on points in t-points
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue