Terraria.WorldSections.ClearMapDraw C# (CSharp) Method

ClearMapDraw() public method

public ClearMapDraw ( ) : void
return void
        public void ClearMapDraw()
        {
            for (int index = 0; index < this.data.Length; ++index)
                this.data[index][2] = false;
            this.prevMap.Reset();
            this.mapSectionsLeft = this.data.Length;
        }