showbase: remove wantUberdog from builtin scope
Applications that need it can trivially copy it to their own modules. Closes #895
This commit is contained in:
parent
a55aa02a70
commit
202a871a7e
|
|
@ -422,7 +422,6 @@ class ShowBase(DirectObject.DirectObject):
|
|||
builtins.cpMgr = ConfigPageManager.getGlobalPtr()
|
||||
builtins.cvMgr = ConfigVariableManager.getGlobalPtr()
|
||||
builtins.pandaSystem = PandaSystem.getGlobalPtr()
|
||||
builtins.wantUberdog = self.config.GetBool('want-uberdog', 1)
|
||||
if __debug__:
|
||||
builtins.deltaProfiler = DeltaProfiler.DeltaProfiler("ShowBase")
|
||||
self.onScreenDebug = OnScreenDebug.OnScreenDebug()
|
||||
|
|
|
|||
Loading…
Reference in New Issue