about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-14 14:59:51 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-14 14:59:51 -0700
commit0c57f6bbdc91dee7c45a93ebae84f1ccd7ebe209 (patch)
tree813550789607401e3ce3fdbfa8f5fcb99614f71f
parent2b4e14189b9aed829cb73c359786980bb62b1a1a (diff)
downloadtext.love-0c57f6bbdc91dee7c45a93ebae84f1ccd7ebe209.tar.gz
drop non-existent feature from comment
-rw-r--r--main.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index dab3881..f717397 100644
--- a/main.lua
+++ b/main.lua
@@ -33,7 +33,6 @@ function App.initialize_globals()
 --    an array points for mode 'freehand' (raw x,y coords; freehand drawings don't pollute the points array of a drawing)
 --    an array vertices for mode 'polygon', 'rectangle', 'square'
 --    p1, p2 for mode 'line'
---    p1, p2, arrow-mode for mode 'arrow-line'
 --    center, radius for mode 'circle'
 --    center, radius, start_angle, end_angle for mode 'arc'
 -- Unless otherwise specified, coord fields are normalized; a drawing is always 256 units wide