mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-06 18:12:14 +00:00
Merge 53e44397c9
into 0d8dceea43
This commit is contained in:
commit
30a0346e69
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue