Added back igloop!
This commit is contained in:
parent
a8a74ed9d5
commit
e3e811d2db
|
|
@ -205,6 +205,8 @@ class ShowBase(DirectObject.DirectObject):
|
|||
fDirect = (self.config.GetBool('want-directtools', 0) or
|
||||
(base.config.GetString("cluster-mode", '') != ''))
|
||||
self.startDirect(fDirect)
|
||||
# Start IGLOOP
|
||||
self.restart()
|
||||
|
||||
def exitfunc(self):
|
||||
"""exitfunc(self)
|
||||
|
|
|
|||
Loading…
Reference in New Issue