Skip to content

Commit

Permalink
removed code that disables first click for sidepanel
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaas committed Jul 8, 2021
1 parent 383b232 commit d11fd0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ private void Awake()
containerRectTransform = GetComponent<RectTransform>();
}

private void Start()
{
this.gameObject.SetActive(false);
}

/// <summary>
/// Change the color, and update all the color selectors to match the same color.
/// </summary>
Expand Down

0 comments on commit d11fd0c

Please sign in to comment.