things are broken

This commit is contained in:
Simon O'Shea
2023-08-08 16:29:52 -04:00
parent 239f7ed4c5
commit 2dcb6ea96d
7 changed files with 121 additions and 95 deletions
@@ -30,7 +30,7 @@ public class CellMesh : MonoBehaviour
{
// if(e.x == -1 && e.y == -1), grid is being reset
Debug.Log(e.x + " " + e.y);
//Debug.Log(e.x + " " + e.y);
UpdateCellVisual();
}