mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
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
|
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user