fix a logic error in _strobe

This commit is contained in:
2023-08-17 17:46:29 -06:00
parent cae4980adb
commit 0f49489777

View File

@@ -444,8 +444,9 @@
(#unless subclass
@:keep
(method :Void _strobe [:Bool skipping :Bool prop :String actorOrPropKey :Float strobeSec :Int times &opt :Continuation cc]
(when (and skipping cc)
(cc)
(when skipping
(when cc
(cc))
(return))
(let [&mut :Dynamic propOrCharacter