diff options
author | David Thompson <dthompson@member.fsf.org> | 2013-08-13 07:51:52 -0400 |
---|---|---|
committer | David Thompson <dthompson@member.fsf.org> | 2013-08-13 07:51:52 -0400 |
commit | e022d317b81648fb1e0a1771385892a5aaddb324 (patch) | |
tree | c4903239c48004a92a05fd607b33a85627a92ee5 | |
parent | 266e42e8d9d523f686255882ece65ae1361be2e6 (diff) |
Forgot to export rect-clip.
-rw-r--r-- | 2d/rect.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2d/rect.scm b/2d/rect.scm index 9abbca5..e0a3e98 100644 --- a/2d/rect.scm +++ b/2d/rect.scm @@ -36,6 +36,7 @@ rect-move rect-inflate rect-union + rect-clip rect-within? rect-intesects? rect-contains?)) |