diff --git a/src/HeightMap.cpp b/src/HeightMap.cpp index 2e788af..017a0a4 100644 --- a/src/HeightMap.cpp +++ b/src/HeightMap.cpp @@ -90,6 +90,4 @@ void HeightMap::blur(float standard_deviation) free(this->data); this->data = blurred; blurred = nullptr; -} - -void:: \ No newline at end of file +} \ No newline at end of file