From 64610a32a2f907a855ddb014f0ed78249a03fee0 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Thu, 22 Jun 2023 10:00:38 -0600 Subject: [PATCH] make timedsupertext arg dynamic --- src/hollywoo/Movie.kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hollywoo/Movie.kiss b/src/hollywoo/Movie.kiss index b60e2a0..64c659b 100644 --- a/src/hollywoo/Movie.kiss +++ b/src/hollywoo/Movie.kiss @@ -610,7 +610,7 @@ // Skip voice track handling: (director.showDialog "" Super "" text cc)) -(hollywooMethod timedSuperText true [text :Float sec :Continuation cc] +(hollywooMethod timedSuperText true [text :Dynamic sec :Continuation cc] (let [cc ->:Void {(director.hideDialog) (cc)}] (superText text cc) (delay sec cc)))