Example #1
0
 public Heightmap Clone(Chunk chunk)
 {
     return(new Heightmap(HeightmapType, chunk, data.Clone()));
 }