X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fsynfig%2Ftarget_scanline.h;h=858eb938e33a260e1275aaa134f1d3104573a880;hb=803adc23dcf6b0e6f723f931445f1c67d2d6a2db;hp=518faa332cbbc0c350330bd9425817e237eef710;hpb=59272221c512db44f6715fb5a558c715fb117c11;p=synfig.git diff --git a/synfig-core/src/synfig/target_scanline.h b/synfig-core/src/synfig/target_scanline.h index 518faa3..858eb93 100644 --- a/synfig-core/src/synfig/target_scanline.h +++ b/synfig-core/src/synfig/target_scanline.h @@ -65,10 +65,11 @@ public: virtual bool start_frame(ProgressCallback *cb=NULL)=0; //! Returns the number of peniding frames to render. If it is zero it //! stops rendering frames. - //! \todo Fix the calculation of frames to really render the last frame - //! When start frame= 1f and end frame = 1f it just render one frame (at 1f) - //! When start frame= 1f and end frame = 2f it just render one frame (at 1f) - //! which is a bug. + /*! \todo Fix the calculation of frames to really render the last frame + ** When start frame= 1f and end frame = 1f it just render one frame (at 1f) + ** When start frame= 1f and end frame = 2f it just render one frame (at 1f) + ** which is a bug. + * */ virtual int next_frame(Time& time); //! Marks the end of a frame