show-tex-mem
This commit is contained in:
parent
66a120ea8e
commit
d36782fbd0
|
|
@ -368,6 +368,8 @@ class ShowBase(DirectObject.DirectObject):
|
|||
|
||||
if self.windowType != 'none':
|
||||
self.__doStartDirect()
|
||||
if self.config.GetBool('show-tex-mem', False):
|
||||
self.toggleTexMem()
|
||||
|
||||
taskMgr.finalInit()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue