From da594791610ed88449b5f5c1746918221744cce0 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 20 Aug 2011 18:23:02 -0500 Subject: [PATCH] source the comment --- src/Sprite.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Sprite.cpp b/src/Sprite.cpp index b38765218e..21db165257 100644 --- a/src/Sprite.cpp +++ b/src/Sprite.cpp @@ -360,8 +360,8 @@ void Sprite::UpdateAnimationState() * also don't loop when the effect timer loops. * * (I'd like to handle sprite and movie animation as consistently as possible; - * the above is just documentation of current practice.) */ -// todo: source above comment, see if "current" practice is just that. -aj + * the above is just documentation of current practice.) -glenn */ +// todo: see if "current" practice is just that. -aj void Sprite::Update( float fDelta ) { Actor::Update( fDelta ); // do tweening