From e17cda925b7ab7d3d586ed1c40c591854704d770 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Sat, 12 Jul 2014 16:37:54 -0400 Subject: Add canInteractInArea --- pos.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pos.lua') diff --git a/pos.lua b/pos.lua index e4f2d25..40f8360 100644 --- a/pos.lua +++ b/pos.lua @@ -168,7 +168,7 @@ end) -- Modifies positions `pos1` and `pos2` so that each component of `pos1` -- is less than or equal to its corresponding component of `pos2`, --- returning two new positions +-- returning the two positions. function areas:sortPos(pos1, pos2) if pos1.x > pos2.x then pos2.x, pos1.x = pos1.x, pos2.x -- cgit v1.2.3