Skip to content

Commit b2f3eb4

Browse files
Update UIButton.cs
1 parent b0c4416 commit b2f3eb4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

TutorialSystem/Manager/UIButton.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ private IEnumerator DestroyCanvasAfterFrame()
7474

7575
void Click()
7676
{
77-
SoundManager.instance.PlaySound(clickSound);
78-
if (useVibration)
79-
{
80-
if (!SoundManager.instance.IsHapticsOff())
81-
{ HapticFeedback.LightFeedback(); }
82-
}
83-
8477
if (isFocused)
8578
{
8679
FindAnyObjectByType<UITutorialManager>().OnFocusedButtonClicked(buttonID);

0 commit comments

Comments
 (0)