From 53e44397c910f43729994639886ce1346329c253 Mon Sep 17 00:00:00 2001 From: NielsGade Date: Thu, 3 Jul 2014 15:34:56 +0200 Subject: [PATCH] Update hud_flashlight.cpp Typo --- sp/src/game/client/hl2/hud_flashlight.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sp/src/game/client/hl2/hud_flashlight.cpp b/sp/src/game/client/hl2/hud_flashlight.cpp index 7c63f7a76..dd83bac88 100644 --- a/sp/src/game/client/hl2/hud_flashlight.cpp +++ b/sp/src/game/client/hl2/hud_flashlight.cpp @@ -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;