diff options
author | David Thompson <dthompson2@worcester.edu> | 2013-08-02 20:41:57 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2013-08-02 20:41:57 -0400 |
commit | 6e3776f98538c5d0ccc5d97fb06963836e4b036f (patch) | |
tree | f1ebd61e01de9065bb5f99a683a650ab712ab2ac | |
parent | 318a25c1f850ed3ad62bfcee82a13d80ccd86e8e (diff) |
Whitespace.
-rw-r--r-- | 2d/sprite.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/2d/sprite.scm b/2d/sprite.scm index e2a4e4a..d2823a9 100644 --- a/2d/sprite.scm +++ b/2d/sprite.scm @@ -58,8 +58,6 @@ (define r-offset (packed-struct-offset sprite-vertex r)) (define s-offset (packed-struct-offset sprite-vertex s)) - - (define (pack-sprite-vertices vertices offset x y width height origin-x origin-y scale-x scale-y rotation s1 t1 s2 t2 color) (define (pack-sprite x1 y1 x2 y2 x3 y3 x4 y4) |