From d4f7def595aa8528fe0ceec8de0083fede36389d Mon Sep 17 00:00:00 2001 From: Clifton James Palmer Date: Sat, 8 Dec 2018 17:19:06 -0600 Subject: [PATCH] Updated right angle message --- scene.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene.lua b/scene.lua index 0cacc92..83960e6 100644 --- a/scene.lua +++ b/scene.lua @@ -87,7 +87,7 @@ function doLinesIntersect(x1,y1, x2,y2, x3,y3, x4,y4) y4 <= y1 and y1 <= y3 ) else - print('foo') + print('You should never see this message') end if intersect then -- 2.47.2