Browse Source

Do not spam pfnTouchHideButtons call.

poke646
Night Owl 6 years ago
parent
commit
d5b8b67592
  1. 2
      cl_dll/flashlight.cpp

2
cl_dll/flashlight.cpp

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

Loading…
Cancel
Save