From 69b377495bb9ef8dcd9ea7bb7a35e080a0ee217f Mon Sep 17 00:00:00 2001 From: SanyaSho Date: Tue, 16 Aug 2022 17:53:54 +0300 Subject: [PATCH] game: update hud_flashlight.cpp (::yoba_Ukraine::) (ValveSoftware/source-sdk-2013#275) --- game/client/hl2/hud_flashlight.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/client/hl2/hud_flashlight.cpp b/game/client/hl2/hud_flashlight.cpp index 7c63f7a7..dd83bac8 100644 --- a/game/client/hl2/hud_flashlight.cpp +++ b/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;