don't show JustBarely when hitting 0 life with fail off

This commit is contained in:
Chris Danford
2005-04-28 00:11:30 +00:00
parent 5d398f4ad3
commit 395d6488a8
+1 -1
View File
@@ -80,7 +80,7 @@ void GraphDisplay::LoadFromStageStats( const StageStats &ss, const PlayerStageSt
}
}
if( fMinLifeSoFar < 0.1f )
if( fMinLifeSoFar > 0.0f && fMinLifeSoFar < 0.1f )
{
float fX = SCALE( fMinLifeSoFarAtSecond, 0, fTotalStepSeconds, m_quadVertices.left, m_quadVertices.right );
fX = Quantize( fX, 1.0f );