Another case of initialising a variable from itself - but this time it's commented...
[synfig.git] / synfig-studio / trunk / src / gtkmm / preview.cpp
index b8f5949..0384398 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file preview.cpp
 **     \brief Preview implementation file
 **
-**     $Id: preview.cpp,v 1.2 2005/01/10 08:13:44 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -214,8 +214,8 @@ void studio::Preview::render()
 
                //setting the description
 
-               //HACK - BECAUSE THE RENDERER CAN'T RENDER INCLUDING THE LAST FRAME
-               desc.set_time_end(desc.get_time_end() + 1.3/fps);
+               //HACK - add on one extra frame because the renderer can't render the last frame
+               desc.set_time_end(desc.get_time_end() + 1.000001/fps);
 
                target->set_rend_desc(&desc);