Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2296 - trunk/Model/MiscObjects


Chronological Thread 
  • From: "Thiago Ize" < >
  • To:
  • Subject: [Manta] r2296 - trunk/Model/MiscObjects
  • Date: Thu, 26 Jun 2008 16:02:09 -0600 (MDT)

Author: thiago
Date: Thu Jun 26 16:02:08 2008
New Revision: 2296

Modified:
   trunk/Model/MiscObjects/KeyFrameAnimation.cc
Log:
Oops, forgot to remove the exit() from last commit.

Modified: trunk/Model/MiscObjects/KeyFrameAnimation.cc
==============================================================================
--- trunk/Model/MiscObjects/KeyFrameAnimation.cc        (original)
+++ trunk/Model/MiscObjects/KeyFrameAnimation.cc        Thu Jun 26 16:02:08 
2008
@@ -121,8 +121,6 @@
             float oldTime = currTime;
             currTime = wrapTime(currTime + numFrames/(duration*fps));
             differentFrame = isDifferentFrame(oldTime);
-            if (currTime < oldTime)
-              exit(1);
           }
           else if (interpolation == truncate) {
             //it's possible that direclty adding in the extra time


  • [Manta] r2296 - trunk/Model/MiscObjects, Thiago Ize, 06/26/2008

Archive powered by MHonArc 2.6.16.

Top of page