patch-src_Animation_cpp 367 B

123456789101112131415
  1. $OpenBSD: patch-src_Animation_cpp,v 1.1 2017/05/07 22:10:12 espie Exp $
  2. Iterators don't exist outside of the iterated object
  3. Index: src/Animation.cpp
  4. --- src/Animation.cpp.orig
  5. +++ src/Animation.cpp
  6. @@ -35,7 +35,6 @@ using namespace Animorph;
  7. Animation::Animation ()
  8. : interpNumber(0),
  9. frameRate(50),
  10. - frames_it(NULL),
  11. loaded(false),
  12. started(false)
  13. {}