some sound bug fixes
This commit is contained in:
@@ -123,7 +123,7 @@ public class KeyboardManager : NetworkBehaviour
|
||||
|
||||
void OnEnterPressed()
|
||||
{
|
||||
AudioManager.Instance.PlayAttachedInstance(FMODEvents.Instance.Hover, gameObject);
|
||||
AudioManager.Instance.PlayAttachedInstance(FMODEvents.Instance.Click, gameObject);
|
||||
|
||||
if (_input.Length > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user