Skip to content

Commit eb34bf5

Browse files
committed
Transition 2.0: Fixing a regression bug. Casenum #29913.
1 parent d67540b commit eb34bf5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

transition.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,9 @@ function lib:enterFrame ( event )
608608
end
609609
end
610610
lib._transitionTable = currentActiveTweens
611-
611+
-- also restore the _enterFrameTweens variable here
612+
lib._enterFrameTweens = lib._transitionTable
613+
612614
-- TODO: Should also unregister when there are only paused transitions
613615
if #currentActiveTweens == 0 then
614616
Runtime:removeEventListener( "enterFrame", lib )

0 commit comments

Comments
 (0)