mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-05 03:24:39 +00:00
Do not spam pfnTouchHideButtons call.
This commit is contained in:
parent
2c1d7aa3fb
commit
d5b8b67592
@ -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…
x
Reference in New Issue
Block a user