*** empty log message ***

This commit is contained in:
Mark Mine 2001-04-17 16:56:57 +00:00
parent 8c0daebfb9
commit ccdac0ad22
1 changed files with 4 additions and 0 deletions

View File

@ -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):