turns out it is important to be rendering the frames

This commit is contained in:
Joe Shochet 2003-12-12 19:36:38 +00:00
parent 8813ea4921
commit 06668a2ee8

View File

@ -71,7 +71,7 @@ class ShowBase(DirectObject.DirectObject):
# screen, but we were grinding away on all the collision loops
# and shadow stuff and actually rendering. This is to test
# not doing some of that:
self.isRendering = 0
self.isRendering = 1
taskMgr.taskTimerVerbose = self.config.GetBool('task-timer-verbose', 0)
taskMgr.extendedExceptions = self.config.GetBool('extended-exceptions', 0)