summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+