fix a logic error in _strobe
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user