diff options
-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) |