From dbd22ee26e24fb1452b05507c78368d7d585a43c Mon Sep 17 00:00:00 2001 From: Boutade Date: Wed, 2 Oct 2019 19:29:00 -0500 Subject: typo error --- animise.lisp | 4 ++-- 1 file 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 + -- cgit v1.2.3