diff --git a/terrain.cc b/terrain.cc index 313d96c..53f258d 100644 --- a/terrain.cc +++ b/terrain.cc @@ -19,10 +19,10 @@ void Terrain::load() { heightmap = new unsigned int*[height]; //initialize the heightmap for(rowNum=0; rowNum