From a6ad56313c9ef0f85545b2ac0745c1180bfdc857 Mon Sep 17 00:00:00 2001 From: Logen Kain Date: Thu, 10 Aug 2017 10:19:33 -0700 Subject: [PATCH] Love:Mike: Removed extra comments --- love/mike/lib/keys.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/love/mike/lib/keys.lua b/love/mike/lib/keys.lua index 0f10ffa..d34991e 100644 --- a/love/mike/lib/keys.lua +++ b/love/mike/lib/keys.lua @@ -58,6 +58,3 @@ function check_keys(object, screen, dt) return object end end - ---Inspired by https://love2d.org/wiki/BoundingBox.lua ---Returns true if boxes overlap