mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
oops, fixed a cut and paste error
This commit is contained in:
parent
98e5e19348
commit
55374a72bf
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user