Explorar el Código

Added back igloop!

Mark Mine hace 22 años
padre
commit
e3e811d2db
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      direct/src/showbase/ShowBase.py

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

@@ -205,6 +205,8 @@ class ShowBase(DirectObject.DirectObject):
         fDirect = (self.config.GetBool('want-directtools', 0) or
         fDirect = (self.config.GetBool('want-directtools', 0) or
                    (base.config.GetString("cluster-mode", '') != ''))
                    (base.config.GetString("cluster-mode", '') != ''))
         self.startDirect(fDirect)
         self.startDirect(fDirect)
+        # Start IGLOOP
+        self.restart()
 
 
     def exitfunc(self):
     def exitfunc(self):
         """exitfunc(self)
         """exitfunc(self)