Do not spam pfnTouchHideButtons call.

This commit is contained in:
Night Owl 2018-10-27 05:08:09 +05:00
parent 2c1d7aa3fb
commit d5b8b67592
1 changed files with 1 additions and 1 deletions

View File

@ -93,6 +93,6 @@ int CHudFlashlight::MsgFunc_Flashlight( const char *pszName, int iSize, void *p
int CHudFlashlight::Draw( float flTime )
{
gMobileEngfuncs->pfnTouchHideButtons( "flashlight", 1 );
// gMobileEngfuncs->pfnTouchHideButtons( "flashlight", 1 );
return 1;
}