diff --git a/src/hollywoo_flixel/HollywooFlixelDSL.kiss b/src/hollywoo_flixel/HollywooFlixelDSL.kiss index a5d8568..77f3fa8 100644 --- a/src/hollywoo_flixel/HollywooFlixelDSL.kiss +++ b/src/hollywoo_flixel/HollywooFlixelDSL.kiss @@ -347,9 +347,10 @@ (when ccToCall (ccToCall)) - (doFor action nextFrameActions - (action)) - (set nextFrameActions []) + (let [thisFrameActions (nextFrameActions.copy)] + (set nextFrameActions []) + (doFor action thisFrameActions + (action))) (flxDirector.update) (unless paused