oops, fixed a cut and paste error

This commit is contained in:
Samir Naik 2007-04-08 05:22:55 +00:00
parent 98e5e19348
commit 55374a72bf

View File

@ -105,7 +105,7 @@ class Transitions:
parents the fade to hidden parents the fade to hidden
""" """
transitionIval = Sequence(Func(self.noTransitions), transitionIval = Sequence(Func(self.noTransitions),
Func(self.noFade), Func(self.loadFade),
Func(self.fade.reparentTo,render2d,FADE_SORT_INDEX), Func(self.fade.reparentTo,render2d,FADE_SORT_INDEX),
self.lerpFunc(self.fade, t, self.lerpFunc(self.fade, t,
self.alphaOn, self.alphaOn,