Update InitializePopupWindow.cs

This commit is contained in:
2026-01-16 11:38:20 +09:00
parent 2d36b4247f
commit 086e61cfc2

View File

@@ -88,6 +88,7 @@ public class InitializePopupWindow : MonoBehaviour
// 기존 UI 삭제
foreach (Transform child in layersParent) Destroy(child.gameObject);
cellMap.Clear();
Debug.Log("asdf");
for (int z = 1; z <= sizeZ; z++)
{