aboutsummaryrefslogtreecommitdiff
path: root/tween.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tween.scm')
-rw-r--r--tween.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tween.scm b/tween.scm
index 4ef42ce..531304e 100644
--- a/tween.scm
+++ b/tween.scm
@@ -1,10 +1,10 @@
-(module downstroke-tween *
+(module (downstroke tween) *
(import scheme
(chicken base)
(chicken keyword)
(only srfi-1 fold)
defstruct
- downstroke-entity)
+ (downstroke entity))
;; ── Easing: t in [0,1] → eased factor in [0,1] for linear interpolation ──