simplify
This commit is contained in:
@@ -811,10 +811,12 @@ void ScreenEvaluation::Update( float fDeltaTime )
|
||||
|
||||
for( int l=0; l<NUM_JUDGE_LINES; l++ )
|
||||
{
|
||||
if(SHOW_JUDGMENT(l))
|
||||
{
|
||||
if(m_TimeToPlayJudgeSound[l] != -1)
|
||||
{
|
||||
if(!SHOW_JUDGMENT(l))
|
||||
continue;
|
||||
|
||||
if(m_TimeToPlayJudgeSound[l] == -1)
|
||||
continue;
|
||||
|
||||
RageColor c;
|
||||
c.a = 1;
|
||||
if((m_fScreenCreateTime + m_TimeToPlayJudgeSound[l]) < RageTimer::GetTimeSinceStart())
|
||||
@@ -826,8 +828,6 @@ void ScreenEvaluation::Update( float fDeltaTime )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void ScreenEvaluation::DrawPrimitives()
|
||||
|
||||
Reference in New Issue
Block a user