]> Untitled Git - lightcycles-love.git/commitdiff
Updated right angle message
authorClifton James Palmer <clifton.palmer@gmail.com>
Sat, 8 Dec 2018 23:19:06 +0000 (17:19 -0600)
committerClifton James Palmer <clifton.palmer@gmail.com>
Sat, 8 Dec 2018 23:19:06 +0000 (17:19 -0600)
scene.lua

index 0cacc92decac5bac3f331a16cdd74481453dc872..83960e6bddf41b3e90c400fcc4bb349d6b18b2de 100644 (file)
--- 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