mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
show-tex-mem
This commit is contained in:
parent
66a120ea8e
commit
d36782fbd0
@ -368,6 +368,8 @@ class ShowBase(DirectObject.DirectObject):
|
|||||||
|
|
||||||
if self.windowType != 'none':
|
if self.windowType != 'none':
|
||||||
self.__doStartDirect()
|
self.__doStartDirect()
|
||||||
|
if self.config.GetBool('show-tex-mem', False):
|
||||||
|
self.toggleTexMem()
|
||||||
|
|
||||||
taskMgr.finalInit()
|
taskMgr.finalInit()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user