Browse Source

"hide letterbox on startup"

Josh Wilson 18 years ago
parent
commit
5b7e1d9b63
1 changed files with 2 additions and 0 deletions
  1. 2 0
      direct/src/showbase/Transitions.py

+ 2 - 0
direct/src/showbase/Transitions.py

@@ -357,6 +357,8 @@ class Transitions:
             self.letterboxTop.setBin('sorted',0)
             self.letterboxBottom.setBin('sorted',0)
             self.letterbox.reparentTo(render2d, -1)
+            self.letterboxOff()
+            
     def noLetterbox(self):
         """
         Removes any current letterbox tasks and parents the letterbox polygon away