]> Untitled Git - lightcycles-love.git/blobdiff - scene.lua
Updated right angle message
[lightcycles-love.git] / 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