Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1992 - trunk/Engine/Control


Chronological Thread 
  • From: thiago@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1992 - trunk/Engine/Control
  • Date: Sat, 12 Jan 2008 22:17:22 -0700 (MST)

Author: thiago
Date: Sat Jan 12 22:17:22 2008
New Revision: 1992

Modified:
   trunk/Engine/Control/RTRT.cc
Log:
valgrind complained that time_is_stopped was uninitialized, so now it 
initializes to true.

Modified: trunk/Engine/Control/RTRT.cc
==============================================================================
--- trunk/Engine/Control/RTRT.cc        (original)
+++ trunk/Engine/Control/RTRT.cc        Sat Jan 12 22:17:22 2008
@@ -158,6 +158,7 @@
   animFrameState.shutter_close = 0;
   timeMode = MantaInterface::RealTime;
   timeScale = 1;
+  time_is_stopped = true;
   frameRate = 15;
   pipelineNeedsSetup = true;
   scene = 0;




  • [Manta] r1992 - trunk/Engine/Control, thiago, 01/13/2008

Archive powered by MHonArc 2.6.16.

Top of page