diff --git a/GQ_URP/GQ/Assets/script/GameManager.cs b/GQ_URP/GQ/Assets/script/GameManager.cs index b11ce9238..f3813a68a 100644 --- a/GQ_URP/GQ/Assets/script/GameManager.cs +++ b/GQ_URP/GQ/Assets/script/GameManager.cs @@ -769,6 +769,9 @@ public class GameManager : MonoBehaviour break; } } + else { + j++; + } Debug.Log("##04.5 Count:" + ENVs.Count); } Debug.Log("j:" + j);