From f396f53fd04c678485df3b638096b1f932e59fb3 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Mon, 11 Jun 2001 20:33:03 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/showbase/Transitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/showbase/Transitions.py b/direct/src/showbase/Transitions.py index ba36d74614..20edd93044 100644 --- a/direct/src/showbase/Transitions.py +++ b/direct/src/showbase/Transitions.py @@ -93,7 +93,7 @@ class Transitions: self.fade.reparentTo(aspect2d) self.fade.setColor(0,0,0,alpha) - def fadeOutTask(self, task, time=0.5, noFade=1): + def fadeOutTask(self, task, time=0.3, noFade=1): """ As a sequence: Fade out, execute the given task, then do a noFade if requested