001
This commit is contained in:
parent
865bfc5fd4
commit
e80f815470
|
@ -769,6 +769,9 @@ public class GameManager : MonoBehaviour
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
j++;
|
||||||
|
}
|
||||||
Debug.Log("##04.5 Count:" + ENVs.Count);
|
Debug.Log("##04.5 Count:" + ENVs.Count);
|
||||||
}
|
}
|
||||||
Debug.Log("j:" + j);
|
Debug.Log("j:" + j);
|
||||||
|
|
Loading…
Reference in New Issue