From d036e2c771bcd19a21e26aec155d4269cecdb1c2 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Wed, 11 Feb 2009 00:20:28 -0700 Subject: Fixed a regression on the particle engine caused by modifying the SimpleAnimation class to use correct delays for target drawing. Basically, because the SimpleAnimation was a bit more restrictive on ensuring that frame rates were being respected, some particles would not get drawn. This commit allows for target animations to look correct, while not breaking particles. Signed-off-by: Ira Rice --- src/simpleanimation.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/simpleanimation.h') diff --git a/src/simpleanimation.h b/src/simpleanimation.h index 384823b7..5583e449 100644 --- a/src/simpleanimation.h +++ b/src/simpleanimation.h @@ -64,9 +64,6 @@ class SimpleAnimation /** The hosted animation. */ Animation *mAnimation; - /**< The last time update was called. */ - unsigned int mLastTime; - /** Time in game ticks the current frame is shown. */ unsigned int mAnimationTime; -- cgit v1.2.3-70-g09d2