make timedsupertext arg dynamic

This commit is contained in:
2023-06-22 10:00:38 -06:00
parent 50e15ce649
commit 64610a32a2

View File

@@ -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)))