remove comment about code that's not there anymore

This commit is contained in:
Glenn Maynard
2006-09-07 03:52:10 +00:00
parent 2249f1e96a
commit 57e544385d
-5
View File
@@ -92,11 +92,6 @@ ITween *ITween::CreateFromType( TweenType tt )
case TWEEN_LINEAR: return new TweenLinear;
case TWEEN_ACCELERATE: return new TweenAccelerate;
case TWEEN_DECELERATE: return new TweenDecelerate;
/*
* These may actually be faster than InterpolateBounceBegin/InterpolateBounceEnd, since
* they don't use RageFastSin/RageFastCos.
*/
case TWEEN_SPRING: return new TweenSpring;
default: ASSERT(0);
}