Update hud_flashlight.cpp

Typo
This commit is contained in:
NielsGade 2014-07-03 15:34:56 +02:00
parent 56accfdb9c
commit 53e44397c9

View file

@ -135,7 +135,7 @@ void CHudFlashlight::Paint()
surface()->DrawSetTextPos( m_IconX, m_IconY );
surface()->DrawUnicodeChar( pState );
// Don't draw the progress bar is we're fully charged
// Don't draw the progress bar if we're fully charged
if ( bIsOn == false && chunkCount == enabledChunks )
return;