get rid of TIMER
This commit is contained in:
@@ -48,7 +48,7 @@ void HoldGhostArrow::Update( float fDeltaTime )
|
||||
|
||||
if( m_fHeatLevel == 1 )
|
||||
{
|
||||
bool bZooomALittle = fmodf( TIMER->GetTimeSinceStart(), 1/20.0f ) > 1/40.0f;
|
||||
bool bZooomALittle = fmodf( RageTimer::GetTimeSinceStart(), 1/20.0f ) > 1/40.0f;
|
||||
SetZoom( bZooomALittle ? 1.04f : 1.0f );
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user