Browse Source

turns out it is important to be rendering the frames

Joe Shochet 22 years ago
parent
commit
06668a2ee8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/ShowBase.py

+ 1 - 1
direct/src/showbase/ShowBase.py

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