func_button: Fix SF_BTT_TOUCH_ONLY not being respected because the entity does not spawn being touchable

This commit is contained in:
Marco Cawthorne 2023-04-15 23:06:35 -07:00
parent f4cadc74a8
commit 2e3c547838
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ func_button::func_button(void)
m_flDelay = 0.0f;
m_strSndPressed = __NULL__;
m_strSndUnpressed = __NULL__;
m_bCanTouch = false;
m_bCanTouch = true;
m_strOnPressed = __NULL__;
m_strOnDamaged = __NULL__;
m_strOnUseLocked = __NULL__;