mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
removed want global managers variable
This commit is contained in:
parent
971b51d562
commit
ebfc35f0de
@ -239,7 +239,6 @@ class ShowBase(DirectObject.DirectObject):
|
||||
__builtins__["pandaSystem"] = PandaSystem.getGlobalPtr()
|
||||
__builtins__["__dev__"] = base.config.GetBool('want-dev', 0)
|
||||
__builtins__["wantOtpServer"] = base.config.GetBool('want-otp-server', 0)
|
||||
__builtins__["wantGlobalManagers"] = base.config.GetBool("want-global-managers", 1)
|
||||
if __debug__:
|
||||
__builtins__["deltaProfiler"] = DeltaProfiler.DeltaProfiler("ShowBase")
|
||||
__builtins__["onScreenDebug"] = OnScreenDebug.OnScreenDebug()
|
||||
|
Loading…
x
Reference in New Issue
Block a user