Example #1
0
		public void ResetChunks ()
		{
			Coord[] pinned = chunks.PinnedCoords;
			chunks.Clear();
			for (int c=0; c<pinned.Length; c++)
				chunks.Create(pinned[c], this, pin:true);
		}