mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-02-17 09:31:42 +00:00
Update hud_flashlight.cpp
Typo
This commit is contained in:
parent
56accfdb9c
commit
53e44397c9
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