summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/lua/include_lua/draw_poly.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lua/include_lua/draw_poly.lua b/apps/plugins/lua/include_lua/draw_poly.lua
index 0354a5fdfd..dc2783898a 100644
--- a/apps/plugins/lua/include_lua/draw_poly.lua
+++ b/apps/plugins/lua/include_lua/draw_poly.lua
@@ -35,8 +35,10 @@ local _poly = {} do
35 local _NIL = nil -- nil placeholder 35 local _NIL = nil -- nil placeholder
36 36
37 local _abs = math.abs 37 local _abs = math.abs
38 local _clear = rocklib_image.clear
38 local _copy = rocklib_image.copy 39 local _copy = rocklib_image.copy
39 local _line = rocklib_image.line 40 local _line = rocklib_image.line
41 local _newimg = rb.new_image
40 local flood_fill = require("draw_floodfill") 42 local flood_fill = require("draw_floodfill")
41 43
42 -- draws a non-filled figure based on points in t-points 44 -- draws a non-filled figure based on points in t-points