Compare commits

..

No commits in common. "d7e88405adb3909a0b3863dd33cb53c7b95802c0" and "425d5a8ab3926dc04714ba06834c445b85f94e12" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -58,8 +58,7 @@ public class GameManager : MonoSingleton<GameManager>
// Start is called before the first frame update
private void Awake()
{
if (satelliteImagery != null)
satelliteImagery.SetActive(false);
satelliteImagery.SetActive(false);
postureBtn.onClick.AddListener(() =>
{
satelliteImagery.SetActive(false);