From 73f36c85c2f91ff53d494c121e30b205e9ec16b9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 30 Aug 2005 00:45:30 +0000 Subject: [PATCH] no hardcoded tween --- stepmania/src/ComboGraph.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/ComboGraph.cpp b/stepmania/src/ComboGraph.cpp index 456a0c9b80..9b9c131361 100644 --- a/stepmania/src/ComboGraph.cpp +++ b/stepmania/src/ComboGraph.cpp @@ -72,7 +72,6 @@ void ComboGraph::Load( const StageStats &s, const PlayerStageStats &pss ) sprite->SetCropLeft ( SCALE( size, 0.0f, 1.0f, 0.5f, 0.0f ) ); sprite->SetCropRight( SCALE( size, 0.0f, 1.0f, 0.5f, 0.0f ) ); - sprite->BeginTweening( .5f ); sprite->SetCropLeft( start ); sprite->SetCropRight( 1 - (size + start) );