unused
This commit is contained in:
@@ -55,13 +55,6 @@ void PercentageDisplay::Load( const PlayerState *pPlayerState, const PlayerStage
|
|||||||
Refresh();
|
Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
void PercentageDisplay::TweenOffScreen()
|
|
||||||
{
|
|
||||||
m_textPercent.PlayCommand( "Off" );
|
|
||||||
if( !PREFSMAN->m_bDancePointsForOni && (bool)PERCENT_USE_REMAINDER )
|
|
||||||
m_textPercentRemainder.PlayCommand( "Off" );
|
|
||||||
}
|
|
||||||
|
|
||||||
void PercentageDisplay::Update( float fDeltaTime )
|
void PercentageDisplay::Update( float fDeltaTime )
|
||||||
{
|
{
|
||||||
ActorFrame::Update( fDeltaTime );
|
ActorFrame::Update( fDeltaTime );
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ public:
|
|||||||
PercentageDisplay();
|
PercentageDisplay();
|
||||||
void Load( const PlayerState *pPlayerState, const PlayerStageStats *pPlayerStageStats, const CString &sMetricsGroup, bool bAutoRefresh );
|
void Load( const PlayerState *pPlayerState, const PlayerStageStats *pPlayerStageStats, const CString &sMetricsGroup, bool bAutoRefresh );
|
||||||
void Update( float fDeltaTime );
|
void Update( float fDeltaTime );
|
||||||
void TweenOffScreen();
|
|
||||||
|
|
||||||
static CString FormatPercentScore( float fPercentDancePoints );
|
static CString FormatPercentScore( float fPercentDancePoints );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user