summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-10-02 19:29:00 -0500
committerBoutade <thegoofist@protonmail.com>2019-10-02 19:29:00 -0500
commitdbd22ee26e24fb1452b05507c78368d7d585a43c (patch)
treebcccd068e7a092fc6f1343218a0a35fc7e52adeb
parentd16314c42dfc9e4161f1182c4b493d160f507bdd (diff)
typo error
-rw-r--r--animise.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/animise.lisp b/animise.lisp
index 1de9f33..8873195 100644
--- a/animise.lisp
+++ b/animise.lisp
@@ -92,7 +92,7 @@
(let-when (end (end-time tween))
(>= time end)))
-(defun add-to-group (group tween &keys (offset 0))
+(defun add-to-group (group tween &key (offset 0))
"Adds TWEEN to GROUP. If TWEEN is the first tween added to GROUP, then TWEEN'S
start time becomes the GROUP'S start time and the OFFSET is ignored.
Otherwise, TWEEN's start time is set to the start time of the GROUP modified
@@ -237,4 +237,4 @@
(dolist (tween (members ob))
(run-tween tween now)))
-;;; Sequencing operations
+