Skip to content

Commit

Permalink
🐛 fix(touch-switch): disableInteractInVR did not working
Browse files Browse the repository at this point in the history
  • Loading branch information
esnya committed Feb 23, 2023
1 parent 5586902 commit 3cb4c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ private bool GetTouchState(bool isLeft)
private void Start()
{
SendCustomEventDelayedSeconds(nameof(_AwakeCheck), Random.Range(0, awakeCheckInterval));
SendCustomEventDelayedSeconds(nameof(_PostStart), 1);
}

public void _PostStart()
Expand Down

Large diffs are not rendered by default.

0 comments on commit 3cb4c90

Please sign in to comment.