Compare commits
No commits in common. "d7e88405adb3909a0b3863dd33cb53c7b95802c0" and "425d5a8ab3926dc04714ba06834c445b85f94e12" have entirely different histories.
d7e88405ad
...
425d5a8ab3
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue