From 1331097d96d29b116ca20bcdeb0377468f6634ab Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 19 Feb 2011 04:28:29 -0600 Subject: [PATCH] actually remove TweenOffScreen. --- src/GrooveRadar.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/GrooveRadar.cpp b/src/GrooveRadar.cpp index a496654d96..297a12b217 100644 --- a/src/GrooveRadar.cpp +++ b/src/GrooveRadar.cpp @@ -77,13 +77,6 @@ void GrooveRadar::TweenOffScreen() m_sprRadarLabels[c].SetGlow( RageColor(1,1,1,0) ); m_sprRadarLabels[c].SetDiffuse( RageColor(1,1,1,0) ); } - - m_Frame.PlayCommand("TweenOffScreen"); - /* - m_Frame.BeginTweening( 0.6f ); - m_Frame.SetRotationZ( 180*4 ); - m_Frame.SetZoom( 0 ); - */ } void GrooveRadar::SetEmpty( PlayerNumber pn )