mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
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…
x
Reference in New Issue
Block a user