wqewe
This commit is contained in:
parent
6fbd60bab8
commit
d7e88405ad
|
@ -58,7 +58,8 @@ public class GameManager : MonoSingleton<GameManager>
|
|||
// Start is called before the first frame update
|
||||
private void Awake()
|
||||
{
|
||||
satelliteImagery.SetActive(false);
|
||||
if (satelliteImagery != null)
|
||||
satelliteImagery.SetActive(false);
|
||||
postureBtn.onClick.AddListener(() =>
|
||||
{
|
||||
satelliteImagery.SetActive(false);
|
||||
|
|
Loading…
Reference in New Issue