Browse Source

*** empty log message ***

Mark Mine 25 years ago
parent
commit
ccdac0ad22
1 changed files with 4 additions and 0 deletions
  1. 4 0
      direct/src/showbase/ShowBase.py

+ 4 - 0
direct/src/showbase/ShowBase.py

@@ -170,6 +170,10 @@ class ShowBase:
         # Transition effects (fade, iris, etc)
         self.transitions = Transitions.Transitions(self.loader)
 
+        # Tk
+        if self.wantTk:
+            import TkGlobal
+
         self.restart()
 
     def addAngularIntegrator(self):